(Author: Li Huaming (Himi) Blog address: xiaominghimi. blog. 51cto/Book introduction address: xiaominghimi. blog 51cto/2614927/671800 systematically explains Android game development in the first place, starting from the most basic part, so that zero based Android beginners can quickly learn and master Android game development. There are 8 chapters in this book, including introduction to Android platform and environment building, Hello, Android! Project analysis, system components commonly used in game development, game development basis, game development practice, game development promotion, Box2d physics engine, physical game practice. The CD included 65 project source codes. This book is suitable for beginners of Android game development, as well as for teaching materials of Android game training and reference books for teachers and students of game majors in colleges and universities. This document includes the following annexes:
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject bin com himi MainActivity. class
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject bin com himi OtherActivity. class
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject bin com himi R $attr.class
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject bin com himi R $drawable.class
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject bin com himi R $id.class
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject bin com himi R $layout. class
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject bin com himi R $string.class
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject bin com himi R.class
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject bin classs.dex
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject bin MainActivity.apk
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject bin resources.ap_
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject gen com himi R.java
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject res drawable hdpi icon.png
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject res drawable ldpi icon.png
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject res drawable mdpi icon.png
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject res layout main.xml
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject res layout other.xml
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject res values strings.xml
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject src com himi MainActivity.java
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject src com himi OtherActivity.java
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirstProject . Classpath
Android Game Programming from scratch book source code AndroidGames 2-1 (Activity lifecycle) MyFirs)