I have a problem which i could not resolve for days now. I have an android application which loads a list in the tabview, and there are 3 tabs and the last one is a settings page which is made with android Preference Screen. When i click the last tab, and click on one preference i load an activity which again loads a list, which is read-only information, i just scroll the list up-down(if i do not scroll the list up and down everything is ok) and then press the return button to exit that page, and when i go back to the first tab the application throws IllegalStateException and exits. In the first list if i do not use startManagingCursor, it will not crash but ObjectNotClosed exception is thrown always. Any idea what could be the cause, please someone answer me :-(
-- 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

