:sign0163:
How to create sample HANDWRITING BOX for android, for example you want to draw "a" in a box, then it will show/list the proper alphabet/character. Is this a character recognition or something? Please share some links/references or library that i might used incase
Android doesn't natively support hand written recognition. You will need to use a third party library that supports it. I'm not familiar with any such library.
In many androids there is such feature already built-in the device's keyboard options. Sure you can go your own way and create a pattern recognition mechanism, but I cannot but predict that in the near future most of the devices will have this included
@keirS
I just see phatware.com
Thanks! , WritePad SDK 3.5 for Android is Great! It has Sample source code in C (JNI) and Java that demonstrates how to use the WritePad API,
Hope someone can wrap that c/java into B4a library. :BangHead: , im not expert in java :sign0148: