The Java version of "game-of-life" gem.
game-of-life-android is hosted in the following web site
https://github.com/thiagokimo/game-of-life-android
If you think the Android project game-of-life-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.
The following table is the detailed list of game-of-life-android.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [hdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 2 |
Fragment Count | 1 |
jar files used | android-support-v4.jar libGoogleAnalyticsServices.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 1 image files in game-of-life-android. The names of the image files are listed as follows.
ic_menu_refresh.png
The following screenshort is generated from the image listed above.
game-of-life-android has the following Java source files.
com.kimo.gameoflife.app.GolSplashActivity.java com.kimo.gameoflife.app.HelpUtils.java com.kimo.gameoflife.app.MainActivity.java com.kimo.gameoflife.app.TheGameOfLifeView.java com.kimo.gameoflife.lib.Cell.java com.kimo.gameoflife.lib.World.java com.kimo.gameoflife.util.SystemUiHider.java com.kimo.gameoflife.util.SystemUiHiderBase.java com.kimo.gameoflife.util.SystemUiHiderHoneycomb.java