On Wed, Jul 11, 2012 at 3:52 PM, Cythes <[email protected]> wrote:
> What I mean by this is that I have an app that I want to to kill the GUI > on or have it run in the background. What is the best way to go about doing > this? > Yes, a Service. > How do I make my app run constantly? > You don't. Android will kill your app if needed. Why do you want to run "constantly"? > But not apparent to the users? > The user can see which apps are running by checking the system stats. You can't hide from this. Why would you need to, unless you're developing spyware or something? ------------------------------------------------------------------------------------------------- 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

