Click here to Skip to main content
15,883,769 members
Please Sign up or sign in to vote.
5.00/5 (2 votes)
See more:
How to write and read text from gesture input in android?
Ok,let me explain it more..
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)
Posted
Comments
joshrduncan2012 21-Sep-12 16:34pm    
What language are you wanting to write this in? If you are a .NET guru, you might want to explore the Mono for Android integration with Visual Studio. It exposes the .NET APIs for Android devices. It can be found here. http://xamarin.com/monoforandroid
ridoy 22-Sep-12 6:12am    
As i tag it as android so definitely i want to write it in android(you can call it java).

1 solution

Please go through this link. It will be helpful for you.

http://androidresearch.wordpress.com/2012/01/10/working-with-gesture-api-in-android/[^]

Hope it helps you in some way, Good luck.
Appy coding.
 
Share this answer
 
v2
Comments
ridoy 24-Sep-12 7:03am    
Thanks for reply.But I did it..i need to write a word now and then segment it as letters.
Aditya_Pandey 24-Sep-12 7:06am    
You are welcome!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900