[Android] Paint-like app.
AndroidPaint is hosted in the following web site
https://github.com/dspoko/AndroidPaint
If you think the Android project AndroidPaint 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 AndroidPaint.
Item | Value |
---|---|
Java File Count | 5 |
Supported screen sizes | [mdpi] |
Activity Count | 1 |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
There are 12 image files in AndroidPaint. The names of the image files are listed as follows.
brush_icon.png circle_icon.png fill_icon.png folder_icon.png line_icon.png new_icon.png next_icon.png pencil_icon.png rectangle_icon.png rubber_icon.png save_icon.png undo_icon.png
The following screenshort is generated from the image listed above.
AndroidPaint has the following Java source files.
com.bbzoftware.androidpaint.ApplicationTest.java com.bbzoftware.androidpaint.model.Fill.java com.bbzoftware.androidpaint.model.FloodFill.java com.bbzoftware.androidpaint.view.DrawView.java com.bbzoftware.androidpaint.view.MainActivity.java