preloader
public void onCreate(Bundle savedInstanceState){
	super.onCreate(savedInstanceState);
	AndroidApplicationConfiguration cfg = new AndroidApplicationConfiguration();
	cfg.useAccelerometer = false;
	cfg.useCompass = false;
	cfg.useWakelock = false;
	cfg.useGL20 = false;
	cfg.resolutionStrategy = new FillResolutionStrategy();
	initialize(new mijuego(), cfg);
}
comments powered by Disqus