Android Open Source - App draw Board






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Board.

ItemValue
Java File Count5
Target SDK Version18
Minimum SDK Version11
Activity Count2
Fragment Count2
jar files usedandroid-support-v4.jar




Resource Files

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.

null

Java Source Files

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