Questions tagged as 'android'

1
answer

Error editing data from a Sqlite Database

I explain, I can add data to my database Sqlite but I can not edit it, I comment. In my RecordatoriosAdapter I have the following method: private void editTaskDialog(final Recordatorios recordatorios) { LayoutInflater infl...
asked by 20.06.2017 / 00:54
1
answer

Get current coordinate and set it in a text and that does not vary (That shows the one I'm taking at that moment) Android

Good morning: I have the following code that makes a map and puts two points on the same point A Start of the route I wrote it in the variable, point B End of the route I bring it from the database and I pass it from a previous activity for a pu...
asked by 06.06.2017 / 16:50
4
answers

ProgressDialog until you finish loading a view using Thread

Well, I have a view in which I post a RSS and I'd like it to come out as% ProgressDialog while loading. Currently I have it put to last 3 seconds, but I want to know how to put it to last until it finishes loading the view: protected vo...
asked by 07.06.2017 / 11:24
1
answer

Does my APK built with android studio give me problems does not let me install it on other devices?

I build my APK without any problem either the debug or the release , both are built without problem, but when I want to install them on another device it does not let me try to install both and they tell me that it has failed to ver...
asked by 09.06.2017 / 01:03
1
answer

Instance element of an XML in Android

I have a method where I'm trying to instantiate a TextView to get its string string and be able to perform an update and display it on the screen. My problem is that I can not reference it, I have the code like that. private void actualizarInf...
asked by 28.05.2017 / 03:54
1
answer

Kill thread in Android execution

I have this method where when you press the back button of the phone kills a thread that is running in the activity that you want to back out. Class that calls I have initialized the thread: //Declaras una variable tipo Thread public Thread...
asked by 28.05.2017 / 20:19
1
answer

Sign APK with Google Play App Signing

I wanted to upload my Android APK to the Play Store , unfortunately I gave the little button to register in Google App Signing. The fact is that now when I try to upload my application it tells me that the keys do not match. When I go to the G...
asked by 26.05.2017 / 18:44
1
answer

Update app play store keeping names of the packages

I am trying to publish an update of the app, for this I have taken into account the requirements that the version of the update is greater and that the name of the package is the same (these points are listed on the support page of < a href="htt...
asked by 20.07.2017 / 08:13
1
answer

How can I make a chronometer with seconds, milliseconds format? [closed]

I need two buttons, start and pause, but the default format is minutes, seconds and I need it in seconds, milliseconds.     
asked by 30.05.2017 / 07:07
2
answers

How to Play 3 audios consecutively in Android Studio?

How about friends, I have three files, if I do the following within the "onclick" of my main activity: MediaPlayer Audio1 = MediaPlayer .create(this, R.raw.Audio1); MediaPlayer Audio2 = MediaPlayer .create(this, R.raw.Audio2); MediaPlayer Au...
asked by 29.05.2017 / 02:44