Tagged Questions
0
votes
1answer
66 views
CursorAdapter with separators - how to get proper cursor?
I'm trying to add separators between views using CursorAdapter.
I know how to add separators themselfs, but I'm not sure how to obtain suitable Cursor for
such task. All data stored inside ...
0
votes
2answers
288 views
simple cursor adapter requires minimum api 11 issue
I am working on a app , in which i require to populate list view from the database. I am getting compatibility issue in following code
dataAdapter = new SimpleCursorAdapter(
this, ...
0
votes
0answers
97 views
Function call when Android custom cursor adapter element clicked
I want to make ListActivity with custom SimpleCursorAdapter that will have clickabel elements (button/checkbox and rest). The ListActivity extends SherlockListActivity.
I found quite a lot tutorials ...
1
vote
1answer
464 views
ContentObserver for SQLite?
I've been looking into ways to show data from my DB in a ListView while keeping track of changes in the database.
Let's say I have a chat app that shows a ListView of all the chatrooms I am a member ...
0
votes
2answers
227 views
Cannot retrieve data from database and display in listview
Sorry im new.. I have 2 tables in my database: User and Account, I have successfully add data to database.I want to retrieve data from the account table and display it to a list view. But it is not ...
2
votes
2answers
930 views
IllegalStateException: database already closed (using ViewPager)
I'm stumped as to what is causing this error, as I have made sure that I am closing my database adapter properly (at least I think I am). Here's what LogCat's saying (the tag for all of them is ...