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

实现倒计时,不新建Activity Deprecated

License

Notifications You must be signed in to change notification settings

TestSmirk/WelcomeView

Repository files navigation

WelcomeView

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

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

About

实现倒计时,不新建Activity Deprecated

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages