Android sound design application based on Conway's Game Of LIfe.
GameOfLife is hosted in the following web site
https://github.com/seanbot/GameOfLife
If you think the Android project GameOfLife 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 GameOfLife.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 14 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Raw File Names | res\raw\a.mp3 res\raw\aa.mp3 res\raw\bg.mp3 res\raw\bg1.mp3 res\raw\c.mp3 res\raw\cc.mp3 res\raw\ccc.mp3 res\raw\cccc.mp3 res\raw\cell_a_sharp.mp3 res\raw\cell_c_sharp_high.mp3 res\raw\cell_c_sharp_low.mp3 res\raw\cell_d_sharp_high.mp3 res\raw\cell_d_sharp_low.mp3 res\raw\cell_f_sharp.mp3 res\raw\cell_g_sharp.mp3 res\raw\d.mp3 res\raw\dd.mp3 res\raw\ddd.mp3 res\raw\dddd.mp3 res\raw\f.mp3 res\raw\ff.mp3 res\raw\g.mp3 res\raw\gg.mp3 |
There are 1 image files in GameOfLife. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
GameOfLife has the following Java source files.
com.seanbot.gameoflife.Cell.java com.seanbot.gameoflife.CellList.java com.seanbot.gameoflife.GOLMainActivity.java com.seanbot.gameoflife.GameOfLifeView.java com.seanbot.gameoflife.ThreadDraw.java com.seanbot.gameoflife.ThreadGeneration.java com.seanbot.gameoflife.menudialogs.AdjustColorDialog.java com.seanbot.gameoflife.menudialogs.AdjustSizeDialog.java com.seanbot.gameoflife.menudialogs.AdjustSoundDialog.java com.seanbot.gameoflife.menudialogs.AdjustSpeedDialog.java com.seanbot.gameoflife.menudialogs.ClearScreenDialog.java com.seanbot.gameoflife.menudialogs.ToggleRandomEventsDialog.java com.seanbot.gameoflife.tools.CellManager.java com.seanbot.gameoflife.tools.DrawManager.java com.seanbot.gameoflife.tools.ShapeManager.java com.seanbot.gameoflife.tools.SoundManager.java