I have an activity in the android list that is supported by the database cursor through SimpleCursorAdapter.
I have one limitation that needs to change cursor data. I cannot add a restriction to the request.
How should I update the cursor?
satty source
share