a form of non-verbal communication in which visible bodily actions communicate particular messages, either in place of speech or together and in parallel with spoken words.
11
votes
9answers
6k views
Symbol for “Swipe Left” [closed]
I'm working on an app that displays a list of ten items (text items) on the screen at a time. If there are more than ten items, the user should be able to "swipe" from right to left to see the next ...
19
votes
8answers
1k views
Is shaking a device to refresh an accepted behavior?
I have an app that displays downloaded information that is cached. I could use valuable space to include a button that is used to re-download the information, or I could simply add a "shake the device ...
1
vote
2answers
854 views
UI gestures for Kinect, Kinect-type devices
On touch screen devices, there appears to have evolved a standard set of gestures, e.g.
pinch and spread with two fingers for zoom in and zoom out
swipe with one finger to scroll a document
We're ...