android gestures v1

9
Android Gestures

Upload: milind-chaskar

Post on 27-Jan-2015

115 views

Category:

Design


3 download

DESCRIPTION

Touch screen devices have been selling like hotcake these few years, thanks to the healthy competition of different touchscreen based platform such as iOS, Android and Windows. When we explain how to do certain things on the phone, we sometimes mention the gestures. It is human behavior with device through touch.

TRANSCRIPT

Page 1: Android gestures v1

Android Gestures

Page 2: Android gestures v1

Gestures allow users to interact with your app by operating the screen objects you provide.

Gestures

Page 3: Android gestures v1

Touch

Triggers the default functionality for a given item.

Action: Press, lift

Page 4: Android gestures v1

Long Press

It allows you to select one or more items from list and act upon the data using a contextual action bar.

Action: Press, wait, lift

Page 5: Android gestures v1

Swipe or DragAction: Press, move, lift

Page 6: Android gestures v1

Long press drag

Rearranges data within a view, or moves data into a container

Action: Long press, move, lift

Page 7: Android gestures v1

Double Touch

Scales up a the view of graph, image to view in details.

Action: Two touches in quick

Page 8: Android gestures v1

Pinch open

Zooms into content.

Action: 2-finger press, move outwards

Page 9: Android gestures v1

Pinch Close

Zooms out of content.

Action: 2-finger press, move inwards