|
Project Information
Links
|
WelcomeThis is the source code for all the examples and games in the book "Beginning Android Games", written by Mario Zechner, published by Apress in April 2011. The book is available directly from Apress, from Amazon and various other outlets. Quickstart Video
Setting Up the Development EnvironmentFor the code to run you will need:
Installing the JDK and Eclipse is straight forward. For the former just execute the setup program, for the later unzip the zip file to a folder of your choice and run the Eclipse executable. Installing the Android SDK and the ADT plugin is described here and here. The book also explains how to set everything up. Getting the CodeThe first thing you want to do is downloading the code. For this you'll need to install a Subversion client.
Once you have your prefered SVN client, just point it at http://beginning-android-games.googlecode.com/svn/trunk/ and check out all the Eclipse projects for each chapter. Importing the Projects to EclipseNext you want to import the projects into Eclipse
Running the examplesThat's the easy part! I assume you either have a device connected or created an emulator already as explained in the book (or the Android developer guide).
Reporting ProblemsIn case you stumble upon a potential bug (no code is perfect) please use the issue tracker and file an issue. Just fill out the template so i can reproduce the problem and i'll have a look at it. The fixed version will be commited to SVN and you can simply fetch an update with your SVN client. DiscussionFor discussion of the book and its code use the forums over at http://badlogicgames.com/forum/viewforum.php?f=21. Share your games, questions and ideas! |