-5

I want to create an android application that launches an application on handwriting recognition.

user2902429
  • 47
  • 1
  • 9

1 Answers1

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

Community
  • 1
  • 1
Saurabh
  • 434
  • 1
  • 4
  • 18