How to use animated splash screen in android
To use animated screen in app firstly create a new activity for splash screen and cut intent filter from Main activity and paste in to splash activity in manifest File. create a raw folder in res and paste what you wanna show in splash screen Gradle paste the below dependency in build.gradle implementation ‘com.airbnb.android:lottie:3.6.0’ Main […]