waheedkhan-dev / SplashScreen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Splash Screen in a modern way

Android Splash Screen is the first screen visible to the user when the application's launched. Splash screen is one of the most vital screens in the application since it's the user's first experience with the application.

Gradle

dependencies {
     implementation 'androidx.core:core-splashscreen:1.0.0'
}

About


Languages

Language:Kotlin 100.0%