Android Event
- Android Event Handling Tutorial
Example about how android OS process events and how to pass the event to next listener. - Android Single And Multiple Touch Event Example
Examples about how to implement android single and multiple touch action.
Android Gesture
- How To Detect Common Android Gestures
Examples about how to listener and catch common android gestures in android app. - How To Detect Swipe Gesture Direction In Android
Tell you how to use gesture listener to help you detect swipe(fling) action direction and single or double tap action. - Android Drag And Drop Example
Example about how to implement drag and drop in android application. - Android Implement And Recognize Custom Gesture Example
Tell you how to create custom gestures with Gesture Builder. And how to recognize those gestures in android application. - Android Combine Custom And General Gestures Example
Example about how to combine detect custom and common gestures in android app. - Android Capture Gesture Signature To Image Example
Tell you how to capture user gesture as signature and save to png image. - Android Pinch Zoom Layout Example
Tell you how to implement pinch zoom for android app with an image view zoom in / out example.