Animated Splash Screen
This small project shows how you can add animation into your android projects or create beautiful looking Splash Screen or Launch Screen. Lottie files makes it very easy to integrate and use animations in projects
Previews
Gradle dependency
add the dependency into build.gradle to use lottie animation
dependencies
{
implementation 'com.airbnb.android:lottie:$lottieVersion'
}
Acknowledgements
Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile!
Tech Stack
Kotlin, Material Design