Skip to content

aashishace/animated-splash-screen

Repository files navigation

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

Login Screen Splash Screen

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