FireIO.setup(mediaMap,10,null);
SplashScreen loading = new SplashScreen();
loading.setTitle("Skill"); // set the title of the splash screen
loading.setLogo(FireIO.getLocalImage("logo")); // show a nice logo.
Display.getDisplay(this).setCurrent(loading); // show the load screen.
Lang.loadBundle(); // this is optional if you dont want to use the Lang class for i18n