Android Open Source - Game 2048 2048






Project Summary

A clone of 2048 game for Android..

Web Site / Source Repository

2048 is hosted in the following web site
https://github.com/Nemisis/2048

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

ItemValue
Java File Count10
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Activity Count1
Fragment Count2
Required Permissionsandroid.permission.INTERNET




Resource Files

There are 5 image files in 2048. The names of the image files are listed as follows.

asa_game_list_activated_holo.9.png
asa_game_list_focused_holo.9.png
asa_game_list_longpressed_holo.9.png
asa_game_list_pressed_holo_light.9.png
asa_game_list_selector_disabled_holo_light.9.png

The following screenshort is generated from the image listed above.

null

Java Source Files

2048 has the following Java source files.

com.asa.games.twentyfortyeight.AppClass.java
com.asa.games.twentyfortyeight.BusProvider.java
com.asa.games.twentyfortyeight.FragmentMain.java
com.asa.games.twentyfortyeight.GameManager.java
com.asa.games.twentyfortyeight.Grid.java
com.asa.games.twentyfortyeight.MainActivity.java
com.asa.games.twentyfortyeight.PreferenceUtils.java
com.asa.games.twentyfortyeight.ScoreChangeEvent.java
com.asa.games.twentyfortyeight.Tile.java
com.asa.games.twentyfortyeight.TileView.java