(MineSweeper is a good Android open-source minesweeper game. It may be very helpful for users who are beginners of the Android development network, and it also has certain reference meanings for Java game development. The game mainly has the following technologies worth learning: 1. Personalized fonts. The scorer uses LED fonts, which can help you import external fonts for display on the Android platform. 2. Toast with pictures. The following Youwonin36seconds Toast uses a custom layout to display pictures and text. 3. Customize the Button control, you can see whether the symbol is a mine, and the button control that displays the number of nearby mines. Beginners can easily learn the custom control technology commonly used in Android development.
Source\assets\fonts\lcd2mono.ttf
Source\gen\com\VertexVerveInc\Games\R.java
Source\res\drawable-hdpi\icon.png
Source\res\drawable-ldpi\icon.png
Source\res\drawable-mdpi\icon.png
Source\res\drawable-nodpi\back.png
Source\res\drawable-nodpi\cool.png
Source\res\drawable-nodpi\icon.png
Source\res\drawable-nodpi\sad.png
Source\res\drawable-nodpi\smile.png
Source\res\drawable-nodpi\smiley_ button_ states.xml
Source\res\drawable-nodpi\square_ blue.png
Source\res\drawable-nodpi\square_ grey.png
Source\res\drawable-nodpi\surprise.png
Source\res\layout\main.xml
Source\res\values\strings.xml
Source\src\com\VertexVerveInc\Games\Block.java
Source\src\com\VertexVerveInc\Games\MinesweeperGame.java
Source\.classpath
Source\.project
Source\AndroidManifest.xml
Source\default.properties
..... Too many files omitted)