03.08.2011 22:52, usafrmajor пишет:
As you might imagine I am new to all this. :-)
I'd never guessed :)
But the answer is yes and no. I have been adding and commenting various combinations of those as I try to figure out how to fix my problem. Kind of lost track that there are in an onCreate method. Seems obvious now that they should not be there
Don't call any of the activity lifecycle methods yourself - Android calls them for you at appropriate times.
Regardless, even with them gone my app still crashes with the override onResume code I have above
If you use a managed cursor (Activity.startManagingCursor), requeries are automatic, done by the framework.
Are you closing the cursor anywhere in your code? -- Kostya Vasilyev -- 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

