Android Open Source - Game platform fireflies_android






Project Summary

As part of a comparison of different mobile technologies, I am building a fairly simple game, but will be building it using different platforms and tech. First is an Android build. The initial planned following builds will be (in no particular order): iOS, Cocos2DX, Adobe Air, HTML5.

Web Site / Source Repository

fireflies_android is hosted in the following web site
https://github.com/donothingbox/fireflies_android

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

ItemValue
Java File Count16
Supported screen sizes[mdpi, ldpi, xxhdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version17
Activity Count3
jar files usedandroid-support-v4.jar
Raw File Namesres\raw\beep.wav
res\raw\crickets.wav
res\raw\miss.wav




License

The license information of fireflies_android is as follows:

MIT License

Resource Files

There are 2 image files in fireflies_android. The names of the image files are listed as follows.

dnb_logo.png
firefly.png

The following screenshort is generated from the image listed above.

null

Java Source Files

com.donothingbox.fireflies_android.CoreApp.java
com.donothingbox.fireflies_android.DynamicActivity.java
com.donothingbox.fireflies_android.GameSurfaceActivity.java
com.donothingbox.fireflies_android.MainActivity.java
donothingbox.game.controller.AudioController.java
donothingbox.game.controller.GameThread.java
donothingbox.game.controller.HUDController.java
donothingbox.game.controller.StateController.java
donothingbox.game.model.DepthSortComparator.java
donothingbox.game.utils.BitmapUtils.java
donothingbox.game.utils.Utils.java
donothingbox.game.view.CustomDrawableView.java
donothingbox.game.view.FireflySprite.java
donothingbox.game.view.GameLayout.java
donothingbox.game.view.GameSurfaceView.java
donothingbox.game.view.Sprite.java