Android Open Source - Development data DataStructure_simulator






Project Summary

Graphical representation of all the data Structure in an android app.

Web Site / Source Repository

DataStructure_simulator is hosted in the following web site
https://github.com/luckywith786/DataStructure_simulator

If you think the Android project DataStructure_simulator 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 DataStructure_simulator.

ItemValue
Java File Count7
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version8
Activity Count7
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.WRITE_EXTERNAL_STORAGE
Asset File Namesassets\CQueue_en.pdf
assets\CQueue_hi.pdf
assets\FifoQueue_en.pdf
assets\FifoQueue_hi.pdf
assets\LinkList_en.pdf
assets\LinkList_hi.pdf
assets\Stack_en.pdf
assets\Stack_hi.pdf
assets\Tree_en.pdf
assets\Tree_hi.pdf




Resource Files

There are 9 image files in DataStructure_simulator. The names of the image files are listed as follows.

arrow.png
arrowleft.png
left1.png
node1.png
node2.png
queue_front.png
queue_rear.png
right06.png
right1.png

The following screenshort is generated from the image listed above.

null




Java Source Files

DataStructure_simulator has the following Java source files.

com.project.datastructure.CircularQueue_dr.java
com.project.datastructure.DisplayMain.java
com.project.datastructure.FifoQueue_dr.java
com.project.datastructure.LinkList_dr.java
com.project.datastructure.MainPage.java
com.project.datastructure.Stack_dr.java
com.project.datastructure.Tree_dr.java