The docs for android.database.Cursor say "This interface provides random read-write access to the result set returned by a database query." I don't see any methods that allow for the write part. My Cursor is a SQLiteCursor Cursor.
I'd like to issue updates against the database and write to the Cursor without requerying. Is there a way to write to a Cursor? -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

