Source code from Tuts+ tutorial - Android SDK: Create a Drawing App.
android-drawing-app is hosted in the following web site
https://github.com/SueSmith/android-drawing-app
If you think the Android project android-drawing-app 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-drawing-app.
Item | Value |
---|---|
Java File Count | 2 |
Target SDK Version | 17 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
There are 4 image files in android-drawing-app. 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.
android-drawing-app has the following Java source files.
com.example.drawingfun.DrawingView.java com.example.drawingfun.MainActivity.java