Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: UI Recommendations about Exit button in Applications

Are UI recommendations or guidelines somewhere. I am looking for the recommendation from Google but unfortunately I can't find it. I want to see something like "...do not use exit button in your Applications until you really need it...". I'm sure that the exit button in android app is not good idea, in general at least. But I want to prove this idea to customers and designers.

I need links with explanations.

like image 883
matreshkin Avatar asked Oct 16 '25 08:10

matreshkin


2 Answers

This video will help your customers to understand: https://www.youtube.com/watch?v=631T7B8HOv4

Basically, the back button is an exit button. So, there is already an exit button!

Show it to your customer and ask him if he wants to look stupid with duplicate button that takes precious space on a small screen.

His app will never look professional.

like image 200
Waza_Be Avatar answered Oct 18 '25 16:10

Waza_Be


General Design Guidelines: http://developer.android.com/design/get-started/principles.html

Best Practices for User Experience & UI: http://developer.android.com/training/best-ux.html

Providing Proper Back Navigation(Something you were looking for): http://developer.android.com/training/implementing-navigation/temporal.html

like image 38
SKK Avatar answered Oct 18 '25 15:10

SKK