Android painting/drawing app..
Paint is hosted in the following web site
https://github.com/addrum/Paint
If you think the Android project Paint 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 Paint.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 21 |
Minimum SDK Version | 11 |
Activity Count | 1 |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
There are 4 image files in Paint. The names of the image files are listed as follows.
brush.png eraser.png new_pic.png save.png
The following screenshort is generated from the image listed above.
Paint has the following Java source files.
com.adamshort.paint.DrawingView.java com.adamshort.paint.MainActivity.java com.adamshort.paint.util.SystemUiHider.java com.adamshort.paint.util.SystemUiHiderBase.java com.adamshort.paint.util.SystemUiHiderHoneycomb.java