Android application. Small limited Android paint version..
DrawExpress is hosted in the following web site
https://github.com/Igll91/DrawExpress
If you think the Android project DrawExpress 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 DrawExpress.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi, nodpi] |
Target SDK Version | 10 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
There are 4 image files in DrawExpress. The names of the image files are listed as follows.
circle.png freestyle.png line.png rectangle.png
The following screenshort is generated from the image listed above.
DrawExpress has the following Java source files.
com.coursera.finaltask.drawexpress.CircleShape.java com.coursera.finaltask.drawexpress.DrawingOption.java com.coursera.finaltask.drawexpress.DrawingShape.java com.coursera.finaltask.drawexpress.DrawingView.java com.coursera.finaltask.drawexpress.FreestyleShape.java com.coursera.finaltask.drawexpress.LineShape.java com.coursera.finaltask.drawexpress.MainActivity.java com.coursera.finaltask.drawexpress.MySpinnerAdapter.java com.coursera.finaltask.drawexpress.RectangleShape.java com.coursera.finaltask.drawexpress.Storage.java