A dead simple game loop for Android to enable you to make an Android game with no Android experience.
BasicAndroidGameLoop is hosted in the following web site
https://github.com/cyberpirate/BasicAndroidGameLoop
If you think the Android project BasicAndroidGameLoop listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of BasicAndroidGameLoop.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
There are 1 image files in BasicAndroidGameLoop. The names of the image files are listed as follows.
ball_sprite.png
The following screenshort is generated from the image listed above.
BasicAndroidGameLoop has the following Java source files.
com.example.basicgameloop.MainLoopView.java com.example.basicgameloop.StartingActivity.java com.example.basicgameloop.constants.Const.java com.example.basicgameloop.utils.BitmapUtils.java com.example.basicgameloop.utils.SpriteHolder.java