Minesweeper for Android.
minesweeper is hosted in the following web site
https://github.com/robmadden/minesweeper
If you think the Android project minesweeper 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 minesweeper.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 3 |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
There are 1 image files in minesweeper. The names of the image files are listed as follows.
mine.png
The following screenshort is generated from the image listed above.
minesweeper has the following Java source files.
com.minesweeper.thumbtack.ApplicationTest.java com.minesweeper.thumbtack.GameTimerTask.java com.minesweeper.thumbtack.GridAdapter.java com.minesweeper.thumbtack.activities.BestTimesActivity.java com.minesweeper.thumbtack.activities.MainActivity.java com.minesweeper.thumbtack.activities.SettingsActivity.java com.minesweeper.thumbtack.io.BestTimes.java com.minesweeper.thumbtack.io.GenericIO.java com.minesweeper.thumbtack.io.Settings.java com.minesweeper.thumbtack.listeners.CellOnClickListener.java com.minesweeper.thumbtack.listeners.CellOnLongClickListener.java com.minesweeper.thumbtack.listeners.SpinnerListener.java com.minesweeper.thumbtack.models.BestTime.java com.minesweeper.thumbtack.models.Cell.java