Click here to Skip to main content
15,894,825 members
Articles / Mobile Apps / Android

Minesweeper - Minesweeper game for Android

Rate me:
Please Sign up or sign in to vote.
4.84/5 (153 votes)
28 Sep 2010CPOL14 min read 377.2K   15.4K   126  
The Minesweeper game for Android.
  • minesweeperforandroid_source.zip
    • Source
      • .classpath
      • .project
      • AndroidManifest.xml
      • assets
        • fonts
          • lcd2mono.ttf
      • bin
        • classes.dex
        • com
          • VertexVerveInc
            • Games
              • Block.class
              • MinesweeperGame$1.class
              • MinesweeperGame$2.class
              • MinesweeperGame$3.class
              • MinesweeperGame$4.class
              • MinesweeperGame.class
              • R$attr.class
              • R$drawable.class
              • R$id.class
              • R$layout.class
              • R$string.class
              • R.class
        • Minesweeper.apk
        • resources.ap_
      • default.properties
      • gen
        • com
      • res
        • drawable-hdpi
          • icon.png
        • drawable-ldpi
          • icon.png
        • drawable-mdpi
          • icon.png
        • drawable-nodpi
        • layout
        • values
      • src
/* AUTO-GENERATED FILE.  DO NOT MODIFY.
 *
 * This class was automatically generated by the
 * aapt tool from the resource data it found.  It
 * should not be modified by hand.
 */

package com.VertexVerveInc.Games;

public final class R {
    public static final class attr {
    }
    public static final class drawable {
        public static final int back=0x7f020000;
        public static final int cool=0x7f020001;
        public static final int icon=0x7f020002;
        public static final int sad=0x7f020003;
        public static final int smile=0x7f020004;
        public static final int smiley_button_states=0x7f020005;
        public static final int square_blue=0x7f020006;
        public static final int square_grey=0x7f020007;
        public static final int surprise=0x7f020008;
    }
    public static final class id {
        public static final int MineCount=0x7f050002;
        public static final int MineField=0x7f050003;
        public static final int Smiley=0x7f050001;
        public static final int Timer=0x7f050000;
    }
    public static final class layout {
        public static final int main=0x7f030000;
    }
    public static final class string {
        public static final int app_name=0x7f040000;
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader
India India

Manoj Kumar is a Humble Programmer and a trainer having dozens of trainings, publications and articles to his wallet.


His programming adventures began with Basic at an age of 11. Being a mathematician at core, soon he started looking for some more and moved to assembly language, later to C, C++, VC++ and finally to .Net.


He started his professional career as a VC++ 6 trainer, moved to embedded systems and device driver development, then to complex biological systems and finally moved to pure application development.


He has been teaching and training people for more than 12 years on a wide range of topics including Mathematics, Algorithms, Data Structures, C, C++, VC++, MFC, C#, Design Patterns and now a days he is working extensively with Visual Studio and .Net framework which includes VSX, WPF, Silverlight, WCF, WF, XAML and RIAs.


Awards:


  • Ideablade RIA Service Challenge winner
  • Visual Studio 2010 Extension Contest winner (Best Use of Editor)


Visit my website and blog or drop me a mail.


Feel free to connect with me on Linkedin.


Comments and Discussions