I want to create an android application that launches an application on handwriting recognition.
Asked
Active
Viewed 28 times
1 Answers
0
How to handle gestures is aptly described here here.
You need save and record the gesture in a file. After you save the gesture then you can copy the saved gesture file to your /res/raw folder, load it, and attach a gesture listener as explained in above answer.
And method to launch another application is explained here