to make things easier, you could use Activity.startManagingCursor()
and the Activity will take care of it for you On Jul 20, 1:33 am, ecforu <[email protected]> wrote: > If I pass a cursor to a simplecursoradapter, do I still need to close the > cursor? if so when: after I pass it to the adapter or when the adapter is > finished? > > 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

