can someone see what I have wrong with my cursor:The data from the db is not returned (at least the screen is blank). I think that is my problem.In the DDMS shows it opens & closes the db.I am not
I am getting this error IllegalArgumentException: column \'_id\' does not exist When using a SimpleCursorAdapter to retrieve from my database, and the table does indeed have this _id column. Notic
If I implement filtering for an autocomplete and I override the runQueryOnBackgroundThread() method, a background thread will be launchedwhich will get me a cursor.
This question already has answers here: Closed 11 years ago. Possible Duplicate: Android: custom separator (or even item) in ListView depening on content of item
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a SearchActivity (extends ListActivity) and a SearchAdapter which will fetch the searchresults. I can see in logcat, that cursor.getCount() increases with every hit and cursor.requery() returns
I have an SQLite database containing 2 tables 4000+ rows each used for autocomplete. I saw very simple examples that use an array of strings to provide autocomplete or they use the list of contacts to
I\'m using a custom CursorAdapter to display data stored in a database. The data is pulled from a server, parsed, and inserted into the database in a separate thread. Because I don\'t want to keep aro
This question already has answers here: How to read contacts on Android 2.0 (9 answers) Closed 5 years ago.
I have a database, a ListView, and a CustomCursorAdapter that extends CursorAdapter. A menu button adds an item to the database. I want the ListView to update and show this change. Normally it doesn\'