Skip to content

A Java Android Activity which will be displayed a curtain time before the MainActivity is launched. Internet connection will be checked too.

License

Notifications You must be signed in to change notification settings

CoooWeee/AndroidStartupSplashScreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Startup Splash Screen

A Java Android Activity which will be displayed a curtain time before the MainActivity is launched. Internet connection will be checked too.

Example for Manifest code:

        <activity
            android:name="com.coooweee.splash.SplashActivity"
            android:label="@string/my_title_activity_main"
            android:theme="@style/AppTheme.NoActionBar">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>

Create activity_splash.xml

adjusting delay and mainActivity in SplashActivity

About

A Java Android Activity which will be displayed a curtain time before the MainActivity is launched. Internet connection will be checked too.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages