I was mistakenly using onCreate to restart the background process, instead of onStart. Thanks for the refresher. :)
-- Chris Stewart http://chriswstewart.com On Sat, Mar 5, 2011 at 8:29 PM, TreKing <[email protected]> wrote: > On Sat, Mar 5, 2011 at 7:26 PM, Chris Stewart <[email protected]>wrote: > >> I tried onResume but that was even called when I visited the initial >> Activity the first time, so I'm guessing there's something else I should be >> doing. > > > I usually go with onStart() / onStop() for things that need to happen while > the user is actively paying attention. > > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices > > -- > 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 -- 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

