I'm making an app that uses some network connections that I would like
to tear down when the app exists, and put back up when it starts up
again. Activity.onCreate/onDestroy will not work since those get
invoked by a few actions that don't entail quitting/starting the app,
such as sliding out the screen to access the keyboard. How can I
detect when the app opens/exits?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---