Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.04 KB

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'
}