I have a cursor that I create in onCreate.  As soon as I create it, I
call startManagingCursor(cursor), however, if I start another activity
and then go back to the original activity, all the data is gone.

Do I need to do something special to create the cursor?

I also download new data in a background thread and then update the
database.  When this is done, I notify my activity and call
cursor.requery(), but this causes all the data to disappear as well.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en

Reply via email to