Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to create a raw file of android gestures

I have noticed in the android gesture examples, that it reads the gestures from the res/raw folder. it would be a great thing for my application to include a 'getting started' list of gestures. that way a user can use the app without having to train it for their own personal gestures. i would even expect that the majority of users would be happy to use a default set of gestures.

however, i cannot figure out how to generate that initial set of gestures that i would include in the res/raw folder of my application.

anyone have ideas of how to create this file or where to look for more info?

like image 790
yamspog Avatar asked Aug 20 '10 21:08

yamspog


1 Answers

Use the Gestures Builder tool.

UPDATE: Apparently, that tool no longer exists, sorry.

like image 107
CommonsWare Avatar answered Sep 23 '22 05:09

CommonsWare