One of my methods returns a Cursor from some SQLite query results.
As I\'m navigating through the cursor, there are some records I want to change/update. Can I updat
You can not directly update records with the cursor. Read the Android Cursor doc.