Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 917 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 917 Bytes

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