Android Open Source - App algorithm CellularAutomata






Project Summary

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.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of CellularAutomata.

ItemValue
Java File Count10
Target SDK Version18
Minimum SDK Version14
Activity Count7
jar files usedandroid-support-v4.jar




Java Source Files

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