An sqlitecursor, I create them like this:

Cursor cursor = database.query(table, null, null, null, null, null,
null);
and
Cursor cursor = database.rawQuery(table, null)


On Nov 23, 2:47 pm, Mark Murphy <[email protected]> wrote:
> junker37 wrote:
> > 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.
>
> What kind of Cursor? How do you create it?
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> Android App Developer Training:http://commonsware.com/training

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