Questions tagged as 'android'

6
answers

Database storage on Android and iOS with Cordova

I have developed applications for Android mobile devices with Cordova that have used localStorage to save the data, because they were small amounts (configuration, records and high scores, etc.) and, until now, I have not had any problems...
asked by 16.08.2016 / 17:16
1
answer

Problem with Asynctask that when inserting in database does not pass to the next activity

I have a login form for a user that is connected to a MySQL database. The problem is that when I insert it, it does not happen to the next activity. The problem is in onPostExecute in my opinion, any ideas? private class Asyncinsert...
asked by 15.12.2016 / 20:50
1
answer

Error returning to the main Activity

This happens to me when I use the app after closing it, the first time I open it I have no problems. E/AndroidRuntime: FATAL EXCEPTION: main Process: com.gep.guille.reportatemperatura, PID: 19524 java.lang.RuntimeE...
asked by 18.12.2016 / 21:17
1
answer

Open specific layout within a ViewFlipper [closed]

I'm doing a menu, and I want each button to open a different layout that is within ViewFlipper . That is, according to the button you select in the menu, the ViewFlipper starts with that selected layout. When I'm inside the activ...
asked by 16.12.2016 / 00:35
1
answer

Modify just one row of the listview on Android

I have a custom listview that uses the CustomAdapter when clicking on a row, it sends me to another modification activity, but I do not want to reload the list, that is, when the name is modified in the other activity when I return < em>...
asked by 06.01.2017 / 03:57
1
answer

Incorporate adapterview to a listview filled from database

The fact is that right now I filled the listview correctly with the information I have in the database. But I want to make it custom by means of the adapters as I have done other times for custom lists. The problem is that I do not kno...
asked by 04.01.2017 / 20:50
0
answers

Error in the web petition service soap on android

I am using a SOAP web service, but at the time of making the request, it does not do it. Code: import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.SoapObject; import org.ksoap2.serialization.SoapPrimitive; import org.ksoap2.seri...
asked by 22.12.2016 / 06:58
0
answers

Communicate firebase token [closed]

Good, I have a web service and an android application, when I login with a user and pass in android I check it on the server and it returns a token, how can I register this token in firebase? or what I have to do to be able to establish the devi...
asked by 21.12.2016 / 20:58
1
answer

Android: Implement Glide Librarian

Try to implement a Universal Image Loader library but I really did not understand anything about the documentation so look for others, now I'm trying to adapt my way of showing my images but using GLIDE , what happens is that I want to show...
asked by 22.12.2016 / 16:51
0
answers

Problem requesting Firebase Storage

When I try to download something from the storage service of firebase, and I pass as a parameter to the method getReferenceFromUrl of the class StorageReference , I get the following error: com.google.firebase.storage.StorageExce...
asked by 17.04.2017 / 14:14