I have an Android ListActivity that is backed by a database Cursor through a SimpleCursorAdapter.
ListActivity
Cursor
SimpleCursorAdapter
When the items are clicked,
I am not clear if you set the autoRequery property of CursorAdapter to true.
autoRequery
true
The adapter will check the autoRequery property; if it is false, then the cursor will not be changed.
false