Hi, let's say I want to delete top 5 rolls of data from the table. I can do a while loop with an counter call "i" and use "cursor.moveToPosition(i)" to move to the row and delete it.
Is there a better way to do that? Thanks. -- 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

