Saturday, October 8, 2011

[android-developers] Re: Database cursor as null

is your cursor declared in the application or in the activity?

As you already realised there is no real need to hold on to the cursor. All you need is the index of the table line for which you want to show the field data in the second activity.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment