Hi, I had a couple of questions on building a gesture library and the gesture builder application
1) Is my only choice to build by own gesture library is to run the gesture builder on an actual phone and then copy the file that gets created on the /sdcard? When I use the emulator , I am only going to get an disc image that I am not going to be able to use? 2) While using Gesture builder to build a multi stroke gesture, like the '+' for example, when is onGestureEnded() triggered. If I am a bit slow between ending my horizontal stroke and starting the vertical stroke, onGestureEnded() is triggered and the gesture builder considers my vertical stroke as part of a new gesture and not part of a multi stroke gesture. 3) Is there a way to build a gesture without using the gesture builder. Like having toPath in gesture, is there a fromPath() that I can build a gesture from an existing path? 4) I would like to know what the timestamp value does on a GesturePoint. Reason I ask is, can I even think of creating a GesturePoint get an array of GesturePoints to build a GestureStroke, and use addStroke() to build a Gesture. If this idea is absurd, cos I don't understand the timestamp parameter in creating a GesturePoint, then I can say that I saw that coming :) Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.

