Android Open Source - Game puzzle SlideAndRide






Project Summary

Android 15 puzzle game.

Web Site / Source Repository

SlideAndRide is hosted in the following web site
https://github.com/michal-humaj/SlideAndRide

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

ItemValue
Java File Count21
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi, nodpi]
Target SDK Version18
Minimum SDK Version10
Activity Count4
Fragment Count3
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Resource Files

There are 12 image files in SlideAndRide. The names of the image files are listed as follows.

ic_eye.9.png
ic_eye_pressed.9.png
ic_highscore.9.png
ic_highscore_pressed.9.png
ic_moves.png
ic_one_tile.9.png
ic_one_tile_pressed.9.png
ic_pause.9.png
ic_pause_pressed.9.png
ic_play.9.png
ic_play_pressed.9.png
ic_time.png

The following screenshort is generated from the image listed above.

null




Java Source Files

SlideAndRide has the following Java source files.

humaj.michal.activity.ChoosePictureActivity.java
humaj.michal.activity.GameActivity.java
humaj.michal.activity.HighscoreActivity.java
humaj.michal.activity.MainActivity.java
humaj.michal.gameoffifteen.HighscoreContract.java
humaj.michal.gameoffifteen.HighscoreDbHelper.java
humaj.michal.gameoffifteen.SurfaceRenderer.java
humaj.michal.gameoffifteen.Tile.java
humaj.michal.gameoffifteen.Timer.java
humaj.michal.uilogic.BackDialog.java
humaj.michal.uilogic.GalleryLoader.java
humaj.michal.uilogic.GalleryMessageObject.java
humaj.michal.uilogic.HighscoreRowWrapper.java
humaj.michal.uilogic.PauseDialog.java
humaj.michal.uilogic.PictureLoader.java
humaj.michal.uilogic.WinDialog.java
humaj.michal.util.BitmapHolder.java
humaj.michal.util.ImageUtils.java
humaj.michal.util.SquareGameSurfaceView.java
humaj.michal.util.SquareImageView.java
humaj.michal.util.TiledSquareImageView.java