Changes

Jump to: navigation, search
no edit summary
The Android SDK provides mechanisms for the detection of both common and custom gestures within an application. Common gestures involve interactions such as a tap, double tap, long press or a swiping motion in either a horizontal or a vertical direction (referred to in Android nomenclature as a fling).
The goal of this chapter is to explore the use of the Android GestureDetector class to detect common gestures performed on the display of an Android device. The next chapter, entitled [[Implementing Android Custom Gesture and Pinch Recognition on with AndroidStudio]], will cover the detection of more complex, custom gestures such as circular motions and pinches.
== Implementing Common Gesture Detection ==

Navigation menu