Android application : how to manage handwriting input?
I just want to know if there is some existing libraries to manage handwriting input/recognition? I want to develop an application in which the user could write his text with a srylus, and not with a keyboard. I did research on Google and didn't find anything efficient for that.
T开发者_Python百科hank you,
It looks like Phatware has an SDK for their Writepad product, but only on iOS.
I don't see any public libraries available, but here's an SO post about it: https://stackoverflow.com/questions/768664/recommendations-for-handwriting-recognition-libraries-packages-in-java
Finally, I use some classes who are still in development. I have included in my project a class called FingerPaint.java, GraphicsActivity.java, PictureLayout.java and ColorPickerDialog.java (optional), not really useful for me right now. You could find these different classes here: FingerPaint
I worked pretty well for me, here is an app using it: Electronic calendar on Github
MyScript algorithm for recognizing handwritting input(such as normal input, math, geometry, music). Here's the link http://myscript.com/
精彩评论