Hi all. I'm curious about gestures and the ability to recognize gestures with multiple strokes. I believe I have the code necessary to recognize multiple-stroke gestures and indeed to receive them, but I don't know how to store gestures with multiple strokes, as I have been loading gestures from resources created with GestureBuilder. I looked at the code for GestureBuilder and saw that it keeps track f only one stroke at a time by resetting on every ACTION_DOWN. Is this because you can only write one stroke to a "gesture" at a time? How can I change this mechanism to write Gestures containing multiple strokes?
Thanks! -- 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

