Android Open Source - Development tool TileFlip






Project Summary

My first android project. Used as a learning tool and should not be held as final/perfect code.

Web Site / Source Repository

TileFlip is hosted in the following web site
https://github.com/pauljoda/TileFlip

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

ItemValue
Java File Count15
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Activity Count5
Fragment Count1
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Resource Files

There are 8 image files in TileFlip. The names of the image files are listed as follows.

blue_button.9.png
blue_tile.png
green_tile.png
grey_tile.9.png
orange_tile.png
purple_tile.png
red_button.9.png
red_tile.png

The following screenshort is generated from the image listed above.

null




Java Source Files

TileFlip has the following Java source files.

com.google.example.games.basegameutils.BaseGameActivity.java
com.google.example.games.basegameutils.BaseGameUtils.java
com.google.example.games.basegameutils.GameHelper.java
davis.tileflip.activities.ClassicModeActivity.java
davis.tileflip.activities.MainMenuActivity.java
davis.tileflip.activities.SignInActivity.java
davis.tileflip.activities.WinActivity.java
davis.tileflip.animation.FlipAnimation.java
davis.tileflip.customviews.ImageLoadTask.java
davis.tileflip.customviews.TileButton.java
davis.tileflip.helpers.GoogleApiHelper.java
davis.tileflip.tile.GameBoard.java
davis.tileflip.tile.Tile.java
davis.tileflip.tile.TileStates.java