Tutorial: Create the Gesture application
In this tutorial, we'll show you how to use the BlackBerry 10 Native SDK to process gestures on the screen. This tutorial describes the Gesture sample application, which allows the user to do the following on the screen to change how an image appears.
- tap
- double tap
- pan
- pinch

You will learn to
- Configure your project
- Create a gesture callback function
- Register the gesture callback function
- Detect gestures
- Clean up gestures