goodev / android-squeezer

Automatically exported from code.google.com/p/android-squeezer
1 stars 0 forks source link

Menu item to quit app #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the app
2. Observe no 'Quit' Option. 
3. Pressing 'back' or 'home' leaves the app running in the background.

What version of the product are you using? On what operating system?

1.0.0 on Android 4.4 (Nexus 4)

Please provide any additional information below.

Original issue reported on code.google.com by g...@acentral.co.uk on 19 Dec 2013 at 10:44

GoogleCodeExporter commented 9 years ago
Hi,

Android does not work like that.  Android provides the illusion of apps running 
all the time, but behind the scenes it's quitting and restarting apps as 
necessary in order to provide a responsive user experience while preserving 
battery life.

There's a lot of material online that will confirm this.  Some examples:

http://android.nextapp.com/site/fx/doc/exit

http://ux.stackexchange.com/questions/7502/why-dont-mobile-apps-have-a-close-but
ton

http://blog.radioactiveyak.com/2010/05/when-to-include-exit-button-in-android.ht
ml

Original comment by n...@ngo.org.uk on 22 Dec 2013 at 8:36