An Android app which lets a user draw on a canvas. User can also store his/her drawings, which can be accessed later. This App is meant for teaching basic Android concepts to CS407 students at UW-Madison..
Board is hosted in the following web site
https://github.com/panwaria/Board
If you think the Android project Board 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 Board.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 18 |
Minimum SDK Version | 11 |
Activity Count | 2 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
There are 1 image files in Board. The names of the image files are listed as follows.
chalkboard.png
The following screenshort is generated from the image listed above.
Board has the following Java source files.
com.example.board.DrawingActivity.java com.example.board.DrawingView.java com.example.board.FragmentOne.java com.example.board.FragmentTwo.java com.example.board.MainActivity.java