Android Open Source - Game minesweeper minesweeper






Project Summary

Minesweeper for Android.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of minesweeper.

ItemValue
Java File Count14
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Activity Count3
Required Permissionsandroid.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

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.

null

Java Source Files

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