How to write and read text from gesture input in android?
Suppose,i want to write a word named "test" using gesture on the screen and then segment it as letters(t,e,s,t). I Google for it and not found any helpful link to write a word using gesture and then segment the letters from the word.Any helpful link or tutorial over this topic will be thankful..(Currently i do some code which only write a letter at a time,a word can't,and then how to segment this text i can't understand) my code is public class GestureTest extends Activity implements OnGesturePerformedListener { private static GestureLibrary gesturerLib; TextView showText1; TextView showText2;