On Fri, Apr 16, 2010 at 1:16 PM, asher <[email protected]> wrote: > Can anyone help? If anyone's actually reading this, would you at least > respond so I know I'm not shouting in the dark here? >
Sorry, no idea what to tell you besides maybe override every other lifecycle function (onStop, onStart, etc) and see what order they're called in, if at all. Did you put a breakpoint in onPause when that happens to see what the callstack is like at that point? I assume you're not doing anything special in onCreate that would cause this right (like starting another activity?) ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- 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

