What technology does the whack a mole android source code campaign use?

[android] code base

Package com.example.game.gamehit;

Import android.annotation.supresslint;

Import android.app.activity;

Import android.app.alertdialog.builder;

Import android.content.context;

Import android.content.dialoginterface;

Import android.media.audiomanager;

Import android.media.mediaplayer;

Import android.media.soundpool;

Import android.os.bundle;

Import android.view.gravity;

Import android.view.keyevent;

Import android.view.window;

Import android.view.windowmanager;

Import android.widget.imageview;

Import android.widget.textview;

Import com.example.game.gamehit.common.const;

Import com.example.game.gamehit.util.mutils;

@SuppressLint("ResourceAsColor ")

Public class MainActivity extends Activity {

Private MediaPlayer mBgMediaPlayer

Private boolean isMusic = true

Private context mContext

Private static sound pool mSoundPool = new sound pool (1,

Audio manager. STREAM_MUSIC,0);

/** 0: Hit; 1: hit; 2 crash */

private int[] soundIds = { - 1,- 1,- 1,- 1,- 1 };

public boolean isPause

Public game view; gameview;

@ Overlay

public void on create(Bundle saved instancestate){

super . oncreate(savedInstanceState);

//setContentView(r . layout . activity _ main);

RequestWindowFeature (window. Feature _ Number _ Title); //Untitled

getWindow()。 setFlags(WindowManager。 LayoutParams.FLAG_FULLSCREEN,

Window manager. layout params . FLAG _ full screen); //Full screen

getWindow()。 addFlags(WindowManager。 layout params . FLAG _ KEEP _ SCREEN _ ON); //Keep the screen highlighted and unlock when the application is running.

init();

game view = new game view(main activity . this);

SetContentView (game view);

//playBackgroundVoide();

}

/**

*

*/

Private void init() {

m context = main activity . this;

initGameMode();

mbg media player = media player . create(m context,const . voice background);

mbg media player . set looping(true); //cycle

sound ids[const . voice shoot]= msoundpool . load(m context,R.raw.shoot, 1);

sound ids[const . voice hit]= msoundpool . load(m context,R.raw.hit, 1);

sound ids[const . voice no]= msoundpool . load(m context,R.raw.no, 1);

sound ids[const . voice next level]= msoundpool . load(m context,

R.raw.nextlevel, 1);

sound ids[const . voice game over]= msoundpool . load(m context,

R.raw.gameover, 1);

adMethod();

}

/**

*

*/

Private void adMethod() {

mutils . getinstance(m context);

mutils . show right();

mutils . getinstance(m context);

mutils . showbtoom();

}

/*

* (non-Javadoc)

*

* @ see Android . app . activity # onKeyDown(int,android.view.KeyEvent)

*/

@ Overlay

public boolean onKeyDown(int key code,KeyEvent event) {

switch (event.getKeyCode()) {

Case key events. KEYCODE_BACK:

finish();

Return true

}

// super.onKeyDown(keyCode,event)

Returns false

}

/**

* @ Return

*/

Private Boolean value isGotomenu() {

isPause = true

Boolean flag = false;

Builder goto menu = new Builder(m context);

TextView TextView = new TextView(m context);

TextView.setText ("Do you want to return to the menu?" );

textview . settextsize(24);

textview . settext color(get resources()。 getColor(r . color . font color));

TextView.setGravity (gravity. Center);

text view . set background color(get resources()。 getColor(

Android. r . color . darker _ gray));

GotoMenu.setView (text view);

Gotomenu. SetPositiveButton ("Yes"), create a new dialog interface. onclick Listener () {

@ Overlay

public void onClick(dialog interface dialog,int which) {

finish();

}

});

GotoMenu.setNegativeButton ("No", null);

goto menu . show();

Return flag;

}

public void nextLevel() {

play voice(const . voice next level);

TextView TextView = new TextView(m context);

TextView.setText ("Pass successfully! You are great! ”);

textview . settextsize(24);

textview . settext color(get resources()。 getColor(r . color . font color));

TextView.setGravity (gravity. Center);

text view . set background color(get resources()。 getColor(

Android. r . color . darker _ gray));

Builder next level = new Builder(m context);

next level . set view(textView);

NextLevel.setPositiveButton ("next level",

New dialogue interface. OnClickListener() {

@ Overlay

public void onClick(dialog interface dialog,int which) {

game view . start game();

}

});

NextLevel.setNegativeButton ("Back to the menu",

New dialogue interface. OnClickListener() {

@ Overlay

public void onClick(dialog interface dialog,int which) {

finish();

}

});

next level . setcancelable(false);

next level . show();

}

public void gameOver() {

play voice(const . voice game over);

ImageView img view = new ImageView(m context);

img view . set background color(get resources()。 getColor(

Android. r . color . darker _ gray));

img view . setbackgroundresource(r . drawable . game over);

Builder game over = new Builder(m context);

game over . set view(img view);

GameOver.setPositiveButton ("Re-challenge",

New dialogue interface. OnClickListener() {

@ Overlay

public void onClick(dialog interface dialog,int which) {

game view . init gameinfo();

}

});

GameOver.setNegativeButton ("Back Menu",

New dialogue interface. OnClickListener() {

@ Overlay

public void onClick(dialog interface dialog,int which) {

finish();

}

});

game over . setcancelable(false);

game over . show();

}

@SuppressLint("ResourceAsColor ")

public void show timer grade(int grade,int killnum) {

play voice(const . voice next level);

Builder timer grade = new Builder(m context);

TextView TextView = new TextView(m context);

Textview.settext ("thistime"+const.timenum+"seconds count \ r \ nHit:"+killnum.

+"score:"+grade+"score");

textview . settext color(get resources()。 getColor(r . color . font color));

textview . settextsize(24);

TextView.setGravity (gravity. Center);

text view . set background color(get resources()。 getColor(

Android. r . color . darker _ gray));

timer grade . set view(textView);

TimerGrade.setPositiveButton ("Re-challenge",

New dialogue interface. OnClickListener() {

@ Overlay

public void onClick(dialog interface dialog,int which) {

game view . init gameinfo();

}

});

TimerGrade.setNegativeButton ("Back Menu",

New dialogue interface. OnClickListener() {

@ Overlay

public void onClick(dialog interface dialog,int which) {

finish();

}

});

timer grade . setcancelable(false);

timer grade . show();

}

public void initGameMode() {

switch (Const.gameMode) {

Case Const.gameMode_Level:// Breakthrough mode

//const . background imgresid = r . drawable . map level 48 _ 00 1;

const . background imgresid = r . drawable . mapds 48 _ 00 1;

const . gamearraystrresid = r . string . di dong _ level;

const . voice background = r . raw . level;

Break;

Case const. gamemode _ random://random mode

const . background imgresid = r . drawable . mapds 48 _ 00 1;

const . gamearraystrresid = r . string . di dong _ 00 1;

const . voice background = r . raw . random;

Break;

Case Const.gameMode_Timer:// Timing mode

const . voice background = r . raw . time;

const . background imgresid = r . drawable . mapds 48 _ 00 1;

const . gamearraystrresid = r . string . di dong _ level;

Break;

Case Const.gameMode_Super:// endless mode

const . voice background = r . raw . supers;

const . background imgresid = r . drawable . mapds 48 _ 00 1;

const . gamearraystrresid = r . string . di dong _ 00 1;

Break;

}

}

/* * Play background music */

public void playback ground music(){

if(const . background music on & amp; & ampmBgMediaPlayer! = null) {

mbg media player . start();

} Otherwise {

if(mbg media player . is playing()){

mbg media player . pause();

}

}

}

//* * Play invalid attack sound */

// public void playHitVoice(){

//if(const . voice musicon & amp; & ampsoundIds[0]! =- 1){

// mSoundPool.play(soundIds[0], 1.0f, 1.0f, 1,0, 1.0f);

// }

// }

//

//* * Play popular sound effects */

//public void playDishuDeadVoice(){

//if(const . voice musicon & amp; & ampsoundIds[ 1]! =- 1){

//msoundpool . play(sound ids[ 1], 1.0f, 1.0f, 1,0, 1.0f);

// }

// }

/* * Plays the specified sound effect */

Public void playVoice(int idx) {

if(const . voice music on & amp; & ampsoundIds[idx]! = - 1) {

mSoundPool.play(soundIds[idx], 1.0f, 1.0f, 1,0, 1.0f);

}

}

/*

* (non-Javadoc)

*

* @ See android.app.Activity#onDestroy ()

*/

@ Overlay

Protected void onDestroy() {

If (this.mBgMediaPlayer! = null) {

If (this.isMusic) {

this . mbg media player . stop();

this . mbg media player . release();

this . mbg media player = null;

}

}

super . on destroy();

}

}