An Android custom view which let user sign or draw and it's will be saved as a PNG file.
DrawingView is hosted in the following web site
https://github.com/roscrazy/DrawingView
If you think the Android project DrawingView 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 DrawingView.
Item | Value |
---|---|
Java File Count | 5 |
Supported screen sizes | [mdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
There are 2 image files in DrawingView. The names of the image files are listed as follows.
droid_edit_icon_done.png droid_edit_icon_done_selected.png
The following screenshort is generated from the image listed above.
DrawingView has the following Java source files.
com.rocrazy.signview.Point.java com.rocrazy.signview.SampleActivity.java com.rocrazy.signview.SignActivity.java com.rocrazy.signview.SignFragment.java com.rocrazy.signview.SignView.java