0
votes
2answers
140 views

What is the best model for Label and Value placement in Android Mobile device

This is one topic I always have debates on with my client. How to put labels and corresponding value for a mobile device running on Android OS. Google has not specified any best practice for the same ...
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 ...