> I am not sure what your managedQuery does, but does it move the cursor to > the first position with moveToFirst()?
Ludwig's probably correct. I actually just posted an errata to Version 1.2 of my book on this topic... Activity#managedQuery() probably returns a Cursor positioned before the first row. Try calling moveToFirst() on the Cursor after getting it back from managedQuery(). -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.2 Published! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

