Android Open Source - Game book android






Project Summary

This is all the code I created while using the "Beginning Android Games" book exercises..

Web Site / Source Repository

android is hosted in the following web site
https://github.com/paulamaddock/android

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

ItemValue
Java File Count41
Target SDK Version17
Minimum SDK Version8
Activity Count17
jar files usedandroid-support-v4.jar
android-support-v4.jar
Required Permissionsandroid.permission.WAKE_LOCK
android.permission.WRITE_EXTERNAL_STORAGE
Asset File Namesassets\font\leadcoat.ttf
assets\img\bob.png
assets\ogg\gameSounds0.ogg
assets\ogg\invisible_theme_song.ogg
assets\texts\myawesometext.txt




Java Source Files

android has the following Java source files.

com.example.climber.MainActivity.java
com.example.climber.util.SystemUiHider.java
com.example.climber.util.SystemUiHiderBase.java
com.example.climber.util.SystemUiHiderHoneycomb.java
com.example.helloworld.AccelerometerTest.java
com.example.helloworld.AndroidBasicsStarter.java
com.example.helloworld.AssetsTest.java
com.example.helloworld.BitmapTest.java
com.example.helloworld.ExternalStorageTest.java
com.example.helloworld.FontTest.java
com.example.helloworld.FullScreenTest.java
com.example.helloworld.FullscreenActivity.java
com.example.helloworld.KeyTest.java
com.example.helloworld.LifeCycleTest.java
com.example.helloworld.MediaPlayerTest.java
com.example.helloworld.MultiTouchTest.java
com.example.helloworld.RenderViewTest.java
com.example.helloworld.ShapeTest.java
com.example.helloworld.SingleTouchTest.java
com.example.helloworld.SoundPoolTest.java
com.example.helloworld.SurfaceViewTest.java
com.example.helloworld.util.SystemUiHider.java
com.example.helloworld.util.SystemUiHiderBase.java
com.example.helloworld.util.SystemUiHiderHoneycomb.java
com.paul.framework.Audio.java
com.paul.framework.FileIO.java
com.paul.framework.Game.java
com.paul.framework.HelloWorldStartScreen.java
com.paul.framework.Input.java
com.paul.framework.Music.java
com.paul.framework.Pixmap.java
com.paul.framework.Pool.java
com.paul.framework.Screen.java
com.paul.framework.Sound.java
com.paul.framework.impxsl.AccelerometerHandler.java
com.paul.framework.impxsl.AndroidAudio.java
com.paul.framework.impxsl.AndroidFileIO.java
com.paul.framework.impxsl.AndroidMusic.java
com.paul.framework.impxsl.AndroidSound.java
com.paul.framework.impxsl.KeyboardHandler.java