December 12th, 2011, 08:39 AM
|
#2 (permalink)
|
|
Member
Join Date: Dec 2010
Location: Aarhus, Denmark
Posts: 134
Device(s): SE Xperia X10
Thanks: 2
Thanked 22 Times in 22 Posts
|
All of this depends on how the developer created the app, and how it handles shutdowns. It is easy to keep the app running when the back button is clicked - or at least leave a background service running even though the actual app has been shut down. In many cases developers have simply forgot to close their service when it is no longer needed.
If the programmers are any good, they will at least make the service so it does not do anything when it is not critically needed, and therefore it shouldn't take much of your battery or processing power, while just being ready in the background listening for whatever.
But it is all up to the developer what happens when you try to close the app...
|
|
|