Hi everyone, I have following concept: - a Viewplepper containing 7 pages (each stands for a day of the week) - each page contains a ListView with entries in it - each ListView gets separate adapter with separate cursor (from sqlite)
my problems/questions: - how efficient is this concept? what would be a good optimization? - i very often get a lot of "Release statement in a finalizer" warnings and "close() was never explicitly called on database" Exceptions. the problem is that if i close the cursor, my ListView becomes empty. -- 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

