My first android project. Used as a learning tool and should not be held as final/perfect code.
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.
The following table is the detailed list of TileFlip.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 5 |
Fragment Count | 1 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
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.
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