Android 15 puzzle game.
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.
The following table is the detailed list of SlideAndRide.
Item | Value |
---|---|
Java File Count | 21 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi, nodpi] |
Target SDK Version | 18 |
Minimum SDK Version | 10 |
Activity Count | 4 |
Fragment Count | 3 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
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.
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