首页>代码>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);
   }
}
最近下载更多
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日
最近浏览更多
652654393  LV4 11月18日
xu122144 7月15日
暂无贡献等级
AIWU1234  LV2 6月9日
求学的熊猫  LV11 6月3日
3334004690  LV10 3月7日
不止是六位数  LV7 2023年11月20日
陈小小222 2023年7月15日
暂无贡献等级
Yanguu 2023年7月11日
暂无贡献等级
sks666  LV5 2023年2月19日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友