Questions tagged as 'android'

1
answer

button with image and text

I have a button that has the round outlines and when it is selected changes color. This button is associated with a certain text. I happen to want the button to show an image plus the text and I can not do it. <Button android:text="Text...
asked by 07.08.2016 / 12:30
1
answer

How to create video through an image sequence?

I want to create a video using a set of images of the same type and size. I searched some examples but did not succeed in performing the algorithm. Of the examples, this link was the most complete: link However, the answer does no...
asked by 05.08.2016 / 15:39
1
answer

Android, PHP and HttpURLConnection - Send message to PHP with UTF-8

Sirs, very good day / afternoon / evening! I'm having problems with word accentuation. The backend of my system works in PHP by talking to an Android app. When I send the message from the App to the server PHP works normally, and PHP responds...
asked by 22.09.2016 / 15:49
5
answers

Change button background

How can I change the background of a Button by clicking on it? For example: I have shape01 and shape02 , for default the Button is with shape01 , when clicking it I need to change to shape02 , and click...
asked by 19.09.2016 / 14:36
1
answer

Separate clickable item in android layout

I have a ListView, and an adapter item layout that follows the basic image of it ProblemisthatwhenIclickonanyareaoftheiteminthelist,everycomponentis"selected" IwouldliketohavetheeffectofAction1,Action2andDescriptionseparated.Forexample:...
asked by 22.09.2016 / 16:15
1
answer

Error casting EditText

I have a problem in my project saving the fields after the changes. On the details screen I have a change button that when I click it plays to this screen that is below: I believe the error should be in the XML, because if I just play an EditTex...
asked by 01.11.2016 / 11:31
1
answer

Android: sending json and receiving with php and registering in the bank

I'm having trouble making this communication, being that I'm responsible for the part of php and the part of the android is being made by a friend (that's the code sending something), he said he's sending by POST the most I can not find anything...
asked by 23.09.2016 / 23:21
3
answers

Cache.properties, file not found

Hello, I installed Android Studio on my notebook (OS: Windows 10) and when I generated my basic application "Hello World" I tried to run on my phone and the following error appeared: Error:Execution failed for task ':app:compileDebugJavaWithJav...
asked by 15.06.2016 / 19:09
1
answer

Download files by link (url) Android

How can I download a .apk file from my server and open it as soon as it finishes downloading? I know I have no code showing what I've done or tried, but it's because I'm truly lost and I do not know where to start. I have webservice...
asked by 24.05.2016 / 21:31
1
answer

Use DatePicker in an Activity [closed]

Hello, I'm trying to make a datepicker part of the activity layout as shown below: I've been looking for the internet, but all the examples I'm talking about datePickerDialog, and that's not what I wanted. Any solution? Thanks!     
asked by 25.10.2016 / 22:27