Game Development Reference
In-Depth Information
// on the leaderboard
Intent
browserIntent
=
new
In-
tent(Intent.ACTION_VIEW,
Uri.parse( "http://www.micbots.com/boardmanager/
leaderboard.aspx?a=" +userId+ "&b=" +m+ "&c=1" ));
startActivity(browserIntent);
new Thread(){
public void run(){
Looper.prepare();
wv
=
new
Wel-
comeView(RaccoonRob. this );
myHand-
ler.sendEmptyMessage(3);
}
}.start();
}
catch (Exception e){}
break ;
case 6: //seo pages
try {
//Social network pages or download pages.
}
catch (Exception e){}
break ;
}
}
};
Search WWH ::




Custom Search