Android Open Source - App draw E-Paper






Project Summary

Simple android drawing/canvas app optimized for e-ink screen.

Web Site / Source Repository

E-Paper is hosted in the following web site
https://github.com/marspeople/E-Paper

If you think the Android project E-Paper 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 E-Paper.

ItemValue
Java File Count14
Target SDK Version15
Minimum SDK Version3
Activity Count2
Required Permissionsandroid.permission.WRITE_EXTERNAL_STORAGE




License

The license information of E-Paper is as follows:

GNU General Public License

Resource Files

There are 18 image files in E-Paper. The names of the image files are listed as follows.

eject.png
erase.png
erase_sel.png
file.png
folder.png
large.png
large_sel.png
left.png
newfile.png
newpage.png
redo.png
rempage.png
right.png
save.png
small.png
small_sel.png
trash.png
undo.png

The following screenshort is generated from the image listed above.

null




Java Source Files

com.epaper.DrawingActivity.java
com.epaper.DrawingPath.java
com.epaper.DrawingSurface.java
com.epaper.FileManager.java
com.epaper.N2EpdController.java
com.epaper.brush.Brush.java
com.epaper.brush.CircleBrush.java
com.epaper.brush.IBrush.java
com.epaper.brush.PenBrush.java
com.epaper.command.CommandManager.java
com.epaper.command.Command.java
com.epaper.command.DrawCommand.java
com.epaper.command.EraseCommand.java
com.epaper.kaloer.filepicker.FilePickerActivity.java