Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

Latest commit

 

History

History
11 lines (11 loc) · 356 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 356 Bytes

WelcomeView

实现倒计时,不新建Activity 使用方法

WelcomeUtil.open(this, welcomeImageUrl, new WelcomeUtil.OnWelcomeDone() {
            @Override
            public void onDone() {
                //需要把onCreate调用的方法都扔到这里.
                setContentView(R.layout.activity_main);
            }
        });