package cn.buaa.myweixin; import android.os.Bundle; import android.os.Handler; import android.app.Activity; import android.content.Intent; import android.view.Menu; import android.view.WindowManager; public class Appstart extends Activity{ @Override public void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceState); setContentView(R.layout.appstart); //requestWindowFeature(Window.FEATURE_NO_TITLE);//去掉标题栏 //getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, // WindowManager.LayoutParams.FLAG_FULLSCREEN); //全屏显示 //Toast.makeText(getApplicationContext(), "孩子!好好背诵!", Toast.LENGTH_LONG).show(); //overridePendingTransition(R.anim.hyperspace_in, R.anim.hyperspace_out); new Handler().postDelayed(new Runnable(){ @Override public void run(){ Intent intent = new Intent (Appstart.this,Welcome.class); startActivity(intent); Appstart.this.finish(); } }, 1000); } }
最近下载更多
652654393 LV4
11月18日
AI31415926 LV1
2023年5月30日
8813579 LV1
2022年6月22日
cuberbread LV6
2022年6月22日
2286417988 LV3
2022年5月24日
萌了个乖乖 LV12
2022年5月20日
刘锦峰 LV4
2022年1月2日
1632957243 LV1
2021年11月12日
球球 LV1
2021年8月28日
确实充分还oh v LV1
2021年7月14日