Tagged Questions
3
votes
2answers
151 views
Touchscreen: Select small zones from a huge scrollable image
My app lets the user take a picture of a sheet of paper, then select a block of 2-3 words, then another block.
The user must be able to clearly read the (potentially tiny) written words, so she will ...
4
votes
3answers
441 views
Is it ever a good idea to present a radio-button menu without outlining prior selection?
I'm puzzled by the UX additions in the latest default Camera app in Android 4.2.
The whole menu with all camera options (other than zoom) is made as a circle. You activate this circle menu by ...
7
votes
3answers
534 views
Swipe indicators on a small screen
My Android app has a screen that displays the details of an item selected from a list, as shown above. The screen allows the user to scroll to the next or previous item in the list by swiping ...
5
votes
4answers
523 views
Placement of Buttons in Touch Screen Scenario
I am working on a Mobile Application primarily for Android Platform. The Application will have a lot of screens which will take user input and we need to have a save and cancel button for them.
...
6
votes
5answers
469 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
2answers
610 views
Horizontal Scrollable List or Spinner, in smartphones
I have a screen (Android Smartphone) where the user has to make a choice from 2 dropdowns / spinners, second dropdowns' options are dependent on first dropdown's choice.
The number of items in each ...
2
votes
1answer
757 views
back/save or OK/cancel?
I am prototyping a small Android app where the user inputs weights (well, masses).
For the weight input form, I hesitate between
A top bar containing a 'back' button on the left (arrow-like, iOS ...