Summary A gesture is a hand-drawn shape on a touch screen. It can have one or multiple strokes.
Each stroke is a sequence of timed points. A user-defined gesture can be recognized by
a GestureLibrary and a built-in alphabet gesture can be recognized by a LetterRecognizer.
(Sample app: mysign)
With Android package android.gesture, you can store, load, draw, and
recognize gestures.