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
add the dependency into build.gradle to use lottie animation
dependencies
{
implementation 'com.airbnb.android:lottie:$lottieVersion'
}
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!
Kotlin, Material Design