Example app that lets you paint in a inside a custom bitmap shape with different brushes..
android-painter-example is hosted in the following web site
https://github.com/slightfoot/android-painter-example
If you think the Android project android-painter-example 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 android-painter-example.
Item | Value |
---|---|
Java File Count | 3 |
Supported screen sizes | [mdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
There are 9 image files in android-painter-example. The names of the image files are listed as follows.
ic_action_brush.png ic_action_cancel.png ic_action_eraser.png ic_action_redo.png ic_action_save.png ic_action_undo.png ic_paint_splot.png img_a.png img_a_inner.png
The following screenshort is generated from the image listed above.
android-painter-example has the following Java source files.
com.dd.painter.DrawingView.java com.dd.painter.PlayActivity.java com.dd.painter.Utils .java