http://developer.android.com/guide/topics/fundamentals.html#servlife
---------------------------------------------------------------------- There are only 10 types of people in the world... Those who know binary and those who don't. ---------------------------------------------------------------------- On Thu, Jul 15, 2010 at 10:05 AM, Jake Colman <[email protected]> wrote: > > As recommended I am using a service to update my AppWidget. The service > is started in onUpdate and also in onReceive upon receipt of specific > intents. My question is simple: am I supposed to do anything to manage > the lifecycle of that service? Should I ever stop it or do anything > else explicit with it as I would, for example, with an alarm where it > has to be canceled when you are done? Or will Android take care of if > for me? > > -- > Jake Colman -- Android Tinkerer > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > > NEW! Try asking and tagging your question on Stack Overflow at > http://stackoverflow.com/questions/tagged/android > > To unsubscribe from this group, send email to > [email protected]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

