/ Published in: Java
URL: http://www.2030.tk/wiki/Android_Splashscreen
Expand |
Embed | Plain Text
public class Splash extends Activity { @Override public void onCreate(Bundle icicle) { super.onCreate(icicle); LayoutInflater inflater = getLayoutInflater(); (ViewGroup) findViewById(R.id.splash)); Toast toast = new Toast(getApplicationContext()); toast.setGravity(Gravity.CENTER_VERTICAL, , ); toast.setDuration(Toast.LENGTH_LONG); toast.setView(layout); toast.show(); @Override public void run() { Splash.this.startActivity(new Intent(Splash.this, FrozenBubble.class);); Splash.this.finish(); } }); } }
You need to login to post a comment.
