An android app that senses the path traced by a finger and tries to recognize it as a meaningful character.
This character recognition app currently it supports only Hindi numerals (from 0 to 9) but the principle used can be applied to any language and any letter. Though there are only a few database entries, it queries it is very fast (fetches results in ~5ms on my HTC Amaze).
PROJECT GOALS:
1) To add more and more languages as people (developers, and beta testers) use it.
2) Recognizing speed should be <50ms (even as more languages are added) to give a feel of "instant" recognization to users.
3) Become one of mentoring organizations in Google Summer of Code.
4) Make this app available on other mobile platforms (like iOS, ubuntu, etc.)
View full history Series and milestones
trunk series is the current focus of development.