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. I am
using is a SQLiteCursor Cursor.

I'm trying to update the cursor so when my ListView gets scrolled some
updated values will show. I am currently issuing an update and
directly updating a particular view within a row to avoid requerying
all of the rows.

So, 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

Reply via email to