Android app allowing the user to select: (a) 1 of 4 cellular automata rules and (b) number of iterations to run of the algorithm; then displays a graphical representation of the cellular automaton specified.
CellularAutomata is hosted in the following web site
https://github.com/karenna/CellularAutomata
If you think the Android project CellularAutomata 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 CellularAutomata.
Item | Value |
---|---|
Java File Count | 10 |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 7 |
jar files used | android-support-v4.jar |
CellularAutomata has the following Java source files.
csc212.project4.CA_User_Spec.java csc212.project4.CellularAutomataCell.java csc212.project4.DisplayRawDataActivity.java csc212.project4.GraphView.java csc212.project4.MainActivity.java csc212.project4.OverviewActivity.java csc212.project4.Rule110Activity.java csc212.project4.Rule250Activity.java csc212.project4.Rule30Activity.java csc212.project4.Rule90Activity.java