Download Free code android game of life
Description
Learning Android game programming by implementing Conway's Game of Life.
Icons
Source Files
The download file android-game-of-life-master.zip has the following entries.
.classpath/*from w w w . j ava2 s .c om*/
.project
.settings/org.eclipse.jdt.core.prefs
AndroidManifest.xml
README
bin/ConwaysGameOfLife.apk
bin/classes.dex
bin/com/cannonmatthews/gameoflife/AboutActivity.class
bin/com/cannonmatthews/gameoflife/GridActivity.class
bin/com/cannonmatthews/gameoflife/GridView$RefreshHandler.class
bin/com/cannonmatthews/gameoflife/GridView.class
bin/com/cannonmatthews/gameoflife/Life.class
bin/com/cannonmatthews/gameoflife/MainActivity.class
bin/com/cannonmatthews/gameoflife/PreferencesActivity.class
bin/com/cannonmatthews/gameoflife/R$array.class
bin/com/cannonmatthews/gameoflife/R$attr.class
bin/com/cannonmatthews/gameoflife/R$color.class
bin/com/cannonmatthews/gameoflife/R$drawable.class
bin/com/cannonmatthews/gameoflife/R$id.class
bin/com/cannonmatthews/gameoflife/R$layout.class
bin/com/cannonmatthews/gameoflife/R$menu.class
bin/com/cannonmatthews/gameoflife/R$string.class
bin/com/cannonmatthews/gameoflife/R$xml.class
bin/com/cannonmatthews/gameoflife/R.class
bin/resources.ap_
default.properties
gen/com/cannonmatthews/gameoflife/R.java
res/drawable-hdpi/icon.png
res/drawable-ldpi/icon.png
res/drawable-mdpi/icon.png
res/layout/about.xml
res/layout/grid.xml
res/layout/main.xml
res/menu/menu.xml
res/values/arrays.xml
res/values/color.xml
res/values/strings.xml
res/xml/settings.xml
src/com/cannonmatthews/gameoflife/AboutActivity.java
src/com/cannonmatthews/gameoflife/GridActivity.java
src/com/cannonmatthews/gameoflife/GridView.java
src/com/cannonmatthews/gameoflife/Life.java
src/com/cannonmatthews/gameoflife/MainActivity.java
src/com/cannonmatthews/gameoflife/PreferencesActivity.java
Download
Click the following link to download android-game-of-life-master.zip.
android-game-of-life-master.zipHome »
Android Free Code »
Game »
Android Free Code »
Game »