Android ApplicationsAll the information you could ever want about Android Applications. Learn about apps and get help with them... all here! New apps can be found and announced in the Applications Announcements forum linked below.
the majority of apps that i use exit cleanly when i use the Back button to quit the app, i.e. they leave no running services. some system apps continue to run forever, like google maps, but that is understandable as they are system apps. but i have found two apps that leave running services even after you quit that are NOT system apps: camera360 and mantano reader. they are not/should not be doing any processing in the background, yet the processes remain.
i contacted the 2 developers about this, and one of them claimed this is normal android behaviour, and its supposed to continue running even after quitting, and you have to force-stop it if you want it to truly quit. this seems strange to me. what are the actual android guidelines here? is it ok to leave things running when the user has specifically chosen to quit by pressing the Back button rather than the Home button?
the majority of apps that i use exit cleanly when i use the Back button to quit the app, i.e. they leave no running services. some system apps continue to run forever, like google maps, but that is understandable as they are system apps. but i have found two apps that leave running services even after you quit that are NOT system apps: camera360 and mantano reader. they are not/should not be doing any processing in the background, yet the processes remain.
i contacted the 2 developers about this, and one of them claimed this is normal android behaviour, and its supposed to continue running even after quitting, and you have to force-stop it if you want it to truly quit. this seems strange to me. what are the actual android guidelines here? is it ok to leave things running when the user has specifically chosen to quit by pressing the Back button rather than the Home button?
I'm no expert on this but I just know some apps only run their services when they are open and so usually when you close them all processes should stop unless it's an app that has features that cause it to constantly run in the background. Nothing bad happens if you choose to stop a service that's running even after closing the app although the service will probably just start back up again.
Device(s): HTC One X+
Desire (Retired) Rooted S-Off Custom hboot
Carrier: O2
Thanks: 92
Thanked 175 Times in 152 Posts
It's normal android behaviour for apps to continue to run in the background. It's so that if you return to a recently used app it loads immediately. The system manages RAM and closes apps when it needs more capacity.
Device(s): HTC G1, HTC G2, LG G2x, Nokia N900, HTC Amaze, Nexus 4
Carrier: T-Mobile USA
Thanks: 1,135
Thanked 372 Times in 320 Posts
Re: should apps exit when you press the Back button?
As was said, this is normal behavior. Also, sometimes apps listed as running actually are doing nothing, they're only cached in memory.
Whatever you do, DO NOT use any task killer or memory optimizer. They actually waste power and may disrupt critical system processes and degrade performance. Android is excellent at handling processes and memory with no help from 3rd-party apps or user assistance. Just let Android do it's job, relax and enjoy your phone.
Device(s): Rooted GSM Galaxy Nexus with custom Android 4.2.2 AOKP ROM | Retired Optimus V
Carrier: T-Mobile USA
Thanks: 987
Thanked 1,066 Times in 696 Posts
This is a long read, but probably the best explanation you're going to find (it's written by an app developer). It's very well written and has a ton of great information.