Build a handwriting/gesture recognition application that lets the users sketch English characters, numeric characters or even characters in a foreign language on their mobile device, send the captured result to a remote cloud service, and display the.
DrawIt is hosted in the following web site
https://github.com/inp2/DrawIt
If you think the Android project DrawIt listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of DrawIt.
Item | Value |
---|---|
Java File Count | 4 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
DrawIt has the following Java source files.
edu.pitt.cs1635.inp2.prog2.Activity2.java edu.pitt.cs1635.inp2.prog2.DrawIt.java edu.pitt.cs1635.inp2.prog2.DrawingPanel.java edu.pitt.cs1635.inp2.prog2.PathyPath.java