首页>代码>android手机软件android-PSS进销存管理系统源代码下载>/android-pss进销存系统/android项目/AllInHand_CosmeticManager/src/allinhand/example/cosmeticmanager/HelloActivity.java
package allinhand.example.cosmeticmanager;


import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.Window;

public class HelloActivity extends Activity {

	@Override
	protected void onStop() {
		// TODO Auto-generated method stub
		super.onStop();

	}

	@Override
	protected void onRestart() {
		// TODO Auto-generated method stub
		super.onRestart();
		HelloActivity.this.finish();
		myThread.stop();
		
	}

	private Thread myThread;

	@Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        requestWindowFeature(Window.FEATURE_NO_TITLE);
        setContentView(R.layout.activity_hello);
        AuthorityChange.AuthorityChangegetIntance().AddActivity(this);
        	myThread = new Thread(){
    		
			@Override
			public void run() {
				try {
					Thread.sleep(2000);
				} catch (InterruptedException e) {
					// TODO Auto-generated catch block
					e.printStackTrace();
				}
				Intent intent = new Intent(HelloActivity.this,LoginActivity.class);
				startActivity(intent);
			}
    	};

    	myThread.start();
    	
    }
}
最近下载更多
m98651  LV2 2023年6月15日
快乐的程序员  LV25 2023年1月22日
微信网友_5992429612437504  LV1 2022年6月7日
张恺祺  LV6 2022年5月21日
isfrand  LV4 2022年4月25日
awen287  LV6 2022年3月29日
wanglong_wang  LV13 2022年3月16日
dhrzt132  LV1 2022年2月8日
sunshiz  LV1 2021年12月23日
 LV1 2021年11月19日
最近浏览更多
FishYu11 1月19日
暂无贡献等级
的撒基本大奖  LV7 1月1日
666ing  LV2 2023年12月27日
yhwyhw1  LV2 2023年12月19日
不止是六位数  LV7 2023年12月15日
Jacky123a 2023年12月14日
暂无贡献等级
hhhhhz  LV7 2023年11月14日
云云1017 2023年10月3日
暂无贡献等级
dzlwindy  LV8 2023年8月28日
pgx123  LV1 2023年7月21日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友