Closed GoogleCodeExporter closed 8 years ago
http://blog.radioactiveyak.com/2010/05/when-to-include-exit-button-in-android.ht
ml
Android applications should never have an exit button. Task killers are also
unnecessary if applications are designed properly and don't take up resources
in the background.
If there is an actual problem with BookWorm being in the background please
advise, but I am not aware of any, and it has been profiled.
Original comment by charlie....@gmail.com
on 1 Aug 2010 at 12:55
Fair enough. But it's the only app (I have noticed) that is flagged as
"Background" and not "Empty" in the task-list when not focused. I mean it's not
a music player which has things to do even when in background.
Original comment by djell...@gmail.com
on 2 Aug 2010 at 11:54
I agree that there shouldn't be an exit button, but as the article points out,
the back button is expected to call activity finish, which we don't do, and
since both users and other apps expect this behavior, this can lead to issues
like 90 (force close with TaskSwitcher installed) and may be a factor in issue
94 (reboot on back button) depending on what other apps are running.
Original comment by JasonLiick@gmail.com
on 4 Aug 2010 at 2:42
Original issue reported on code.google.com by
djell...@gmail.com
on 30 Jul 2010 at 3:48