Hi, I'm implementing a gesture search feature in my application, I've noticed that in the Gesture class docs (http://developer.android.com/ reference/android/gesture/Gesture.html) it reads: "A user-defined gesture can be recognized by a GestureLibrary and a built-in alphabet gesture can be recognized by a *LetterRecognizer*."
How can I use the LetterRecognizer? There's no API for that in the docs, I've also searched android's code itself, and besides the same comment above in the code there's nothing. I've implemented a letter recognizer manually by drawing the ABC letters to a gesture raw file and using the regular mLibrary.recognize(gesture) API, but the success rate is not very high, not even close to Google's gesture search app. Does Google's gesture search uses LetterRecognizer? Thanks, Mor. www.contapps.com -- 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

