Android Open Source - Animation simple Stickman






Project Summary

Android application. Allows making simple animations with match-like primitives.

Web Site / Source Repository

Stickman is hosted in the following web site
https://github.com/Aspirisha/Stickman

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

ItemValue
Java File Count19
Supported screen sizes[mdpi]
Target SDK Version21
Minimum SDK Version10
Activity Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 33 image files in Stickman. The names of the image files are listed as follows.

bin.png
bin_touched.png
bin_unavailable.png
button_sound_off.png
button_sound_on.png
hand.png
hand_touched.png
hand_unavailable.png
load_menu.png
mask.png
menu_back.png
new_frame.png
new_frame_touched.png
new_frame_unavailable.png
next.png
next_touched.png
next_unavailable.png
open.png
open_touched.png
pencil.png
pencil_touched.png
pencil_unavailable.png
play.png
play_touched.png
prev.png
prev_touched.png
prev_unavailable.png
save.png
save_menu.png
save_touched.png
settings_menu.png
stop.png
stop_touched.png

The following screenshort is generated from the image listed above.

null




Java Source Files

Stickman has the following Java source files.

com.autumncoding.stickman.AbstractDrawingPrimitive.java
com.autumncoding.stickman.Animation.java
com.autumncoding.stickman.AnimationFrame.java
com.autumncoding.stickman.AppIntro.java
com.autumncoding.stickman.Circle.java
com.autumncoding.stickman.Connection.java
com.autumncoding.stickman.GameData.java
com.autumncoding.stickman.GameLoopThread.java
com.autumncoding.stickman.GameView.java
com.autumncoding.stickman.Joint.java
com.autumncoding.stickman.MainActivity.java
com.autumncoding.stickman.MenuIcon.java
com.autumncoding.stickman.SettingsView.java
com.autumncoding.stickman.Stick.java
com.autumncoding.stickman.TouchEventThread.java
com.autumncoding.stickman.Vector2DF.java
com.autumncoding.stickman.Vector2DI.java
com.autumncoding.stickman.ViewIntro.java
com.scorchworks.demo.SimpleFileDialog.java