Tagged Questions
7
votes
3answers
528 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 ...
4
votes
2answers
330 views
Best range of swipe angles
I have a list that can be scrolled vertically, the entries of which are removed by swiping horizontally. I've found that limiting the left/right swiping to strictly horizontal makes it hard to ...
4
votes
1answer
853 views
What's the appropriate scrolling deceleration behavior?
I am implementing a list view on a touch screen.
I want to implement iPhone-like behavior, where you can scroll through the list by dragging any part of the list with your finger.
The hard part is ...