Android Open Source - UI draw FastTap






Project Summary

Android drawing application UI experiment.

Web Site / Source Repository

FastTap is hosted in the following web site
https://github.com/tsion/FastTap

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

ItemValue
Java File Count8
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version17
Minimum SDK Version11
Activity Count2
Required Permissionsandroid.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 23 image files in FastTap. The names of the image files are listed as follows.

black.png
blue.png
check.png
circle.png
clear.png
cyan.png
fastdraw.png
fine.png
green.png
line.png
magenta.png
medium.png
paintbrush.png
rectangle.png
red.png
save.png
thin.png
trans.png
undo.png
white.png
wide.png
x.png
yellow.png

The following screenshort is generated from the image listed above.

null




Java Source Files

FastTap has the following Java source files.

usask.hci.fastdraw.CircleTool.java
usask.hci.fastdraw.DrawView.java
usask.hci.fastdraw.LineTool.java
usask.hci.fastdraw.MainActivity.java
usask.hci.fastdraw.PaintTool.java
usask.hci.fastdraw.RectangleTool.java
usask.hci.fastdraw.StudyLogger.java
usask.hci.fastdraw.Tool.java