Pro Android Games (With Source Code)
File List
| File | Size |
|---|---|
| Source Code/ch01/bin/strace | 1019.37 KB |
| Source Code/ch01/bin/agcc | 1.65 KB |
| Source Code/ch01/bin/ald | 1007 B |
| Source Code/ch02.Project/assets/libch02.so | 6.19 KB |
| Source Code/ch02.Project/bin/ch02/project/MainActivity.class | 1.86 KB |
| Source Code/ch02.Project/bin/ch02/project/R.class | 453 B |
| Source Code/ch02.Project/bin/ch02/project/R$string.class | 409 B |
| Source Code/ch02.Project/bin/ch02/project/R$drawable.class | 382 B |
| Source Code/ch02.Project/bin/ch02/project/R$layout.class | 376 B |
| Source Code/ch02.Project/bin/ch02/project/R$attr.class | 322 B |
| Source Code/ch02.Project/bin/jni/Natives.class | 832 B |
| Source Code/ch02.Project/bin/ch02.Project.apk | 11.49 KB |
| Source Code/ch02.Project/bin/resources.ap_ | 7.9 KB |
| Source Code/ch02.Project/bin/classes.dex | 3.59 KB |
| Source Code/ch02.Project/gen/ch02/project/R.java | 634 B |
| Source Code/ch02.Project/native/include/jni_Natives.h | 418 B |
| Source Code/ch02.Project/native/lib.c | 3.38 KB |
| Source Code/ch02.Project/native/testlib | 2.76 KB |
| Source Code/ch02.Project/native/Makefile | 1.11 KB |
| Source Code/ch02.Project/native/testlib.c | 350 B |
| Source Code/ch02.Project/native/main.c | 270 B |
| Source Code/ch02.Project/res/drawable/icon.png | 3.11 KB |
| Source Code/ch02.Project/res/layout/main.xml | 382 B |
| Source Code/ch02.Project/res/values/strings.xml | 171 B |
| Source Code/ch02.Project/src/ch02/project/MainActivity.java | 1.45 KB |
| Source Code/ch02.Project/src/jni/Natives.java | 384 B |
| Source Code/ch02.Project/.project | 815 B |
| Source Code/ch02.Project/AndroidManifest.xml | 677 B |
| Source Code/ch02.Project/default.properties | 364 B |
| Source Code/ch02.Project/.classpath | 273 B |
| Source Code/ch03.SpaceBlaster/bin/ch03/common/AudioClip.class | 2.38 KB |
| Source Code/ch03.SpaceBlaster/bin/ch03/common/Tools.class | 1.89 KB |
| Source Code/ch03.SpaceBlaster/bin/ch03/common/AudioClip$1.class | 1.31 KB |
| Source Code/ch03.SpaceBlaster/bin/ch03/common/Tools$1.class | 760 B |
| Source Code/ch03.SpaceBlaster/bin/ch03/game/sb/SpaceBlasterGame.class | 15.52 KB |
| Source Code/ch03.SpaceBlaster/bin/ch03/game/sb/ArcadeGame.class | 2.53 KB |
| Source Code/ch03.SpaceBlaster/bin/ch03/game/sb/SpaceBlaster.class | 1.27 KB |
| Source Code/ch03.SpaceBlaster/bin/ch03/game/sb/ArcadeGame$UpdateTask.class | 737 B |
| Source Code/ch03.SpaceBlaster/bin/ch03/game/sb/R$drawable.class | 703 B |
| Source Code/ch03.SpaceBlaster/bin/ch03/game/sb/R.class | 527 B |
| Source Code/ch03.SpaceBlaster/bin/ch03/game/sb/R$raw.class | 438 B |
| Source Code/ch03.SpaceBlaster/bin/ch03/game/sb/R$string.class | 409 B |
| Source Code/ch03.SpaceBlaster/bin/ch03/game/sb/R$layout.class | 376 B |
| Source Code/ch03.SpaceBlaster/bin/ch03/game/sb/R$id.class | 371 B |
| Source Code/ch03.SpaceBlaster/bin/ch03/game/sb/R$attr.class | 322 B |
| Source Code/ch03.SpaceBlaster/bin/ch03.SpaceBlaster.apk | 77.54 KB |
| Source Code/ch03.SpaceBlaster/bin/resources.ap_ | 64.33 KB |
| Source Code/ch03.SpaceBlaster/bin/classes.dex | 20.86 KB |
| Source Code/ch03.SpaceBlaster/gen/ch03/game/sb/R.java | 1.45 KB |
| Source Code/ch03.SpaceBlaster/res/drawable/icon.png | 3.8 KB |
| Source Code/ch03.SpaceBlaster/res/drawable/sb_meteor.gif | 2.4 KB |
| Source Code/ch03.SpaceBlaster/res/drawable/sb_ship.gif | 2.14 KB |
| Source Code/ch03.SpaceBlaster/res/drawable/sb_boom0.gif | 1.21 KB |
| Source Code/ch03.SpaceBlaster/res/drawable/sb_boom1.gif | 1.12 KB |
| Source Code/ch03.SpaceBlaster/res/drawable/sb_boom2.gif | 964 B |
| Source Code/ch03.SpaceBlaster/res/drawable/sb_boom3.gif | 748 B |
| Source Code/ch03.SpaceBlaster/res/drawable/sb_boom4.gif | 396 B |
| Source Code/ch03.SpaceBlaster/res/drawable/sb_bullet.gif | 175 B |
| Source Code/ch03.SpaceBlaster/res/drawable/sb_fire0.gif | 85 B |
| Source Code/ch03.SpaceBlaster/res/drawable/sb_fire1.gif | 79 B |
| Source Code/ch03.SpaceBlaster/res/layout/main.xml | 356 B |
| Source Code/ch03.SpaceBlaster/res/raw/sb_mdestr.mp3 | 17.06 KB |
| Source Code/ch03.SpaceBlaster/res/raw/sb_collisn.mp3 | 14.63 KB |
| Source Code/ch03.SpaceBlaster/res/raw/sb_blast.mp3 | 14.25 KB |
| Source Code/ch03.SpaceBlaster/res/values/strings.xml | 176 B |
| Source Code/ch03.SpaceBlaster/src/ch03/common/AudioClip.java | 1.31 KB |
| Source Code/ch03.SpaceBlaster/src/ch03/common/Tools.java | 1.09 KB |
| Source Code/ch03.SpaceBlaster/src/ch03/game/sb/SpaceBlasterGame.java | 17.31 KB |
| Source Code/ch03.SpaceBlaster/src/ch03/game/sb/ArcadeGame.java | 3 KB |
| Source Code/ch03.SpaceBlaster/src/ch03/game/sb/SpaceBlaster.java | 952 B |
| Source Code/ch03.SpaceBlaster/.project | 853 B |
| Source Code/ch03.SpaceBlaster/AndroidManifest.xml | 677 B |
| Source Code/ch03.SpaceBlaster/default.properties | 364 B |
| Source Code/ch03.SpaceBlaster/.classpath | 280 B |
| Source Code/ch04.Asteroids/bin/ch04/common/Polygon.class | 3.97 KB |
| Source Code/ch04.Asteroids/bin/ch04/common/AudioClip.class | 2.38 KB |
| Source Code/ch04.Asteroids/bin/ch04/common/Tools.class | 1.89 KB |
| Source Code/ch04.Asteroids/bin/ch04/common/Rectangle.class | 1.35 KB |
| Source Code/ch04.Asteroids/bin/ch04/common/AudioClip$1.class | 1.31 KB |
| Source Code/ch04.Asteroids/bin/ch04/common/Tools$1.class | 760 B |
| Source Code/ch04.Asteroids/bin/ch04/game/Asteroids.class | 18.72 KB |
| Source Code/ch04.Asteroids/bin/ch04/game/PolygonSprite.class | 2.65 KB |
| Source Code/ch04.Asteroids/bin/ch04/game/ArcadeGame.class | 2.51 KB |
| Source Code/ch04.Asteroids/bin/ch04/game/Constants.class | 1.56 KB |
| Source Code/ch04.Asteroids/bin/ch04/game/AsteroidsActivity.class | 1.28 KB |
| Source Code/ch04.Asteroids/bin/ch04/game/ArcadeGame$UpdateTask.class | 716 B |
| Source Code/ch04.Asteroids/bin/ch04/game/R$raw.class | 555 B |
| Source Code/ch04.Asteroids/bin/ch04/game/R.class | 503 B |
| Source Code/ch04.Asteroids/bin/ch04/game/R$drawable.class | 378 B |
| Source Code/ch04.Asteroids/bin/ch04/game/R$layout.class | 372 B |
| Source Code/ch04.Asteroids/bin/ch04/game/R$string.class | 371 B |
| Source Code/ch04.Asteroids/bin/ch04/game/R$id.class | 363 B |
| Source Code/ch04.Asteroids/bin/ch04/game/R$attr.class | 313 B |
| Source Code/ch04.Asteroids/bin/ch04.Asteroids.apk | 212.25 KB |
| Source Code/ch04.Asteroids/bin/resources.ap_ | 194.87 KB |
| Source Code/ch04.Asteroids/bin/classes.dex | 30.2 KB |
| Source Code/ch04.Asteroids/gen/ch04/game/R.java | 1.09 KB |
| Source Code/ch04.Asteroids/res/drawable/asteroids.png | 3.1 KB |
| Source Code/ch04.Asteroids/res/layout/asteroids.xml | 334 B |
| Source Code/ch04.Asteroids/res/raw/a_explosion.mp3 | 53.06 KB |
Trackers
No trackers found.