there is no need to use cursor.moveToFirst() when you open the cursor the first time. It already is at the first row. You only need moveToFirst() when you want to iterate through a recordset again. Although I think if you need to do that then something's not right in your app design. keeping cursors open asks for trouble.
-- 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

