首页>代码>Android 完美高仿的微信源码>/MyAppWeixin/src/cn/buaa/myweixin/Appstart.java
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);
   }
}
最近下载更多
2636804923  LV6 6月20日
来一杯西瓜冰咩  LV6 6月4日
阿九11111  LV4 5月21日
wuying8208  LV15 2023年7月27日
ddd11111  LV1 2023年6月16日
zyh907  LV1 2023年6月4日
machunming  LV1 2023年2月1日
yzb123  LV1 2022年9月11日
yuandian  LV1 2022年8月8日
最近浏览更多
652654393  LV4 11月18日
2636804923  LV6 6月20日
来一杯西瓜冰咩  LV6 6月4日
求学的熊猫  LV11 6月3日
阿九11111  LV4 5月21日
暂无贡献等级
666ing  LV2 2023年12月27日
学习112  LV2 2023年12月21日
3182056006 2023年11月18日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友