Android Open Source - Development javascript Android-ACM-2048






Project Summary

Translation of the 2048 application from JavaScript to Java.

Web Site / Source Repository

Android-ACM-2048 is hosted in the following web site
https://github.com/daniel-hanson/Android-ACM-2048

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

ItemValue
Java File Count11
Supported screen sizes[hdpi]
Target SDK Version19
Minimum SDK Version14
Activity Count1
jar files usedandroid-support-v4.jar




Resource Files

There are 11 image files in Android-ACM-2048. The names of the image files are listed as follows.

1024.png
128.png
16.png
2.png
2048.png
256.png
32.png
4.png
512.png
64.png
8.png

The following screenshort is generated from the image listed above.

null




Java Source Files

Android-ACM-2048 has the following Java source files.

com.mizzou.acm.android.Cell
.java
com.mizzou.acm.android.GameManager
.java
com.mizzou.acm.android.Grid
.java
com.mizzou.acm.android.MainActivity.java
com.mizzou.acm.android.Position
.java
com.mizzou.acm.android.helpers.ArtHelper
.java
com.mizzou.acm.android.helpers.GameCheck
.java
com.mizzou.acm.android.helpers.GameLogic
.java
com.mizzou.acm.android.helpers.GameRender
.java