Android Open Source - Sound sound GameOfLife






Project Summary

Android sound design application based on Conway's Game Of LIfe.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of GameOfLife.

ItemValue
Java File Count16
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version14
Minimum SDK Version8
Activity Count2
jar files usedandroid-support-v4.jar
Raw File Namesres\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




Resource Files

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.

null

Java Source Files

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