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 ...
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 ...
2
votes
1answer
275 views
Do smartphone users understand the term 'Push Notifications'?
We're including opt-in (on/off) for push notifications in an app, and I've heard feedback from project managers that some of the language might be too technical for the average shopper, like 'Push ...
5
votes
2answers
1k views
Lateral Navigation with swipe views and tabs together with mapview
I've recently designed a new Android Application for a theme park.
According to Android Design Guidelines:
If your app uses action bar tabs, use swipe to navigate between the different views.
...