Search code examples
androidgestures

Playing Gestures on Android


I have created gestures for my app in Gestures Builder. How do I play those gestures on emulator/device in my app. I have included the gesture file in my Raw resource.. Thnx in advance


Solution

  • You have to load the gestures in your app from your resource and then write code to recognize it.

    Follow this tutorial here https://androidresearch.wordpress.com/tag/gesture-builder/