surve.co.in
Implementing Splash Screen in Android - The Surve Blog
Android has default architecture for configuring splash screen for app. With few configurations, we can easily have a standard splash screen with animated icon. Procedure Step 1 Add following line in your app level build.gradle file. implementation 'androidx.core:core-splashscreen:1.0.0' Step 2 Add following splash screen theme in your default styles.xml file. You can put it at […]