/SplashAnimations

Terminal Screen animation for Android as SplashScreen

Primary LanguageJava

Automated Splash Screen for android apps.

Note: This project is under development. You can help dev. in bug fixes and with your awesome ideas for Universal. SplashScreens

Curruntly there is only one Splash Screen Animation. i.e. TerminalAnimation (but Yes, its awesome.)

Download

Grab the latest via Gradle

compile 'com.goldducks:splashanimations:0.0.1'

Usage

in onCreate method of your very first activity

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        //add this Line 
        SplashScreen.show(this, SplashScreen.TERMINAL_ANIMATION);
        setContentView(R.layout.layout_content_view);
   ...

That's it. You are all done. Now everytime this activity runs, a Splash Screen will run.

Upcoming Features:

-Set Duration for Splash Screen.
-Passing any custom layout to set it as Splash Screen.
-SplashScreen animation over start and stop Listener.
-Custom stoping of SplashScreen.
-and ofcourseMany Many splash animations.

Terminal