How to take handwritten notes as image in android?
Posted
by
krammer
on Stack Overflow
See other posts from Stack Overflow
or by krammer
Published on 2013-10-23T09:52:05Z
Indexed on
2013/10/23
9:53 UTC
Read the original article
Hit count: 209
android
I am trying to develop an android application that could store whatever the user writes on screen as an image.
For example, if the user writes "Co" followed by "ol" and presses OK, the text is stored as "Cool" as an image in a field on the form displayed on the phone. (No handwriting recognition or OCR required)
I have seen the Canvas class in Android, but how would you concatenate all the letters/set of characeters and convert them to image ? Is there any open source project that does something similar ?
© Stack Overflow or respective owner