Changes

Jump to: navigation, search
Creating the Example Project
== Creating the Example Project ==
Launch Eclipse and create an Android Application Project named CustomGestures with the appropriate package name and SDK selections. As usual, request the creation of a blank activity and the use of the default launcher icons. On the New Blank Activity screen of the New Android Application wizard, set the Activity Name to CustomGesturesActivity and the Layout Name and Fragment names to activity_custom_gesturesand fragment_custom_gestures respectively.
Within the Package Explorer panel, locate the new project, right-click on the res folder and select New -> Folder from the resulting menu. In the New Folder dialog, enter raw as the folder name and click on the Finish button. Using the appropriate file explorer for your operating system type, locate the gestures file pulled from the SD Card in the previous section and drag and drop it into the new raw folder.

Navigation menu