Android Open Source - WoT-Tank-Quiz Country






From Project

Back to project page WoT-Tank-Quiz.

License

The source code is released under:

GNU General Public License

If you think the Android project WoT-Tank-Quiz listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

/*  Copyright 2012 Jonas Schrmann 
/*from   w  w  w.  j ava  2  s . co m*/
    My Website: mazechazer.jimdo.com

    This file is part of  the WoT Tank Quiz.

    The WoT Tank Quiz is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    The WoT Tank Quiz is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with the WoT Tank Quiz.  If not, see <http://www.gnu.org/licenses/>. */

package mazechazer.android.wottankquiz;

public enum Country {
    GERMANY, USA, FRANCE, USSR, CHINA, UK, JAPAN
}




Java Source Code List

mazechazer.android.wottankquiz.ActivityHighscore.java
mazechazer.android.wottankquiz.ActivityMain.java
mazechazer.android.wottankquiz.ActivityQuizScreen.java
mazechazer.android.wottankquiz.Country.java
mazechazer.android.wottankquiz.TankClass.java
mazechazer.android.wottankquiz.Tank.java