Questions tagged as 'android'

1
answer

How do I display the keyboard using a cord or phonegap?

I am using a cell / phonegap and would like to know: How do I display the keyboard (in the Android OS) once the user logs in to a page that only has a text field?     
asked by 18.06.2014 / 03:50
2
answers

Error Eclipse Android plugin

I'm trying to start Eclipse and it always stays at 0% when loading projects. The following message appears:    the user operation is waiting for Android SDK Content Loader to   complete Has anyone ever been in this situation?     
asked by 19.07.2014 / 17:48
1
answer

Return an address using Google Maps API

I'm finalizing an application where I need to use Google Maps API for two things: select an address from the user's choice (example: user navigates to the desired address and chooses it) and show the map based on the location of a example...
asked by 22.06.2014 / 20:13
2
answers

How to pass application context to the Adapter reading Json using AsyncTask?

private class GetEmpresas extends AsyncTask<Void, Void, Void> { ... @Override protected Void doInBackground(Void... arg0) { // Creating service handler class instance ServiceHandler sh = new ServiceHandler();...
asked by 30.01.2014 / 18:48
3
answers

Android development profile (Profile)

I was looking around here and I still have not found if there is a way, I think you also have it. When we are developing an application that uses some service, we have somewhere in our code the address of the server that we will use to send /...
asked by 30.01.2014 / 17:10
2
answers

Keeping an item in a ListView selected when pressed

I'm developing a listView, and I need to leave a selected item when I click, and then pick up the position of that item, so I can do the inversion of two items, what's up with what's down for example through button. I've been researching but the...
asked by 06.02.2014 / 14:41
1
answer

How to make maps work in old and new APIs at the same time?

I've been struggling for over a month to run a simple app that shows a map. I managed, according to another post, to work in version 3.2, but not in 4.1 and, by friends' comments, this should be because of the hardware of the 4.1 tablet than a p...
asked by 06.02.2014 / 11:07
2
answers

How to get record ID that is populated in ListView

How do I get the ListView ID? Here is my summarized code: UPDATE How do I get the LOG ID that is populated by SQLite in the ListView. public class MainActivity extends ActionBarActivity { private SQLiteDatabase database; privat...
asked by 04.02.2014 / 16:52
3
answers

Unsuccessfully installing an app on a tablet Genesis GT-7240

I have a Genesis GT-7240 tablet, whose version of Android is 4.1.1, Kernel 3.0.36 +. My manifest.xml has <uses-sdk android:minSdkVersion="11" android:targetSdkVersion="17" /> I'm trying to run a simple application, which use...
asked by 05.02.2014 / 16:17
2
answers

Problems saving SQLite data - Android

I'm trying to save the data in the SQLite database from a form in my app, but when I click the save button, the app closes and the following error is shown. Android Studio points to the error for this code snippet aluno.setName (String.va...
asked by 18.12.2018 / 15:57