Tagged Questions
2
votes
1answer
2k views
Standard image for the Android back\up button
Android UI guidelines http://developer.android.com/design/downloads/index.html
provide a back button image download but the button appears to be a bit different from the one used in the action bar. ...
6
votes
5answers
473 views
Should touch-screen simple informational dialogs have an OK button?
I am developing an android application which has quite a few dialogs that just contain text and an 'OK' button. Pressing the 'OK' button loses the dialog, as does pressing the 'back' button on the ...
5
votes
4answers
2k views
Android back button - Global history back, or menu back?
On the Android, is the expected action of the back button to navigate backward through menus, or does it just go "back" to the previous screen you came from?
I don't have an Android device to sample ...