ninor wrote:Impressive!
The "E"s and "R"s and "?" are a bit difficult to regonize, eh?

Yeah I had done the video a couple of time

. But as I said, it was just to fool around a bit

.
ninor wrote:A question: The characters/traces can be defined from scratch and the number of them that you want?
I.e: Not using ABCDEFG...Z, and instead some custom traces.
Yes you can define your own gestures, using the (current) 4 directions: U, D, R and L (Up, Down, Right, Left, ofcourse). If you take a look in the svn (
CharacterRecognizer.java) you can see I make a HashMap with the gesture as key right in the onCreate(). Take a look at the wiki also, it has a simple example which should make everything clear. If not add some comment

.
In a future release, I aim to add the 4 diagonal directions, and the recognition, has to be better, but for now, it's good enough. Most firefox gesture plugins use the same directions, so I guess this should help you get along

.