How To Add Lottie Animation To Android Studio Just In Two Lines (Lottie Animation)
Add dependencies in build.gradle file :
get version name from :
https://github.com/airbnb/lottie-android
Done Your Are Ready To Use Lottie Animations
https://github.com/airbnb/lottie-android
dependencies {
implementation 'com.airbnb.android:lottie:$lottieVersion'
}
Comments
Post a Comment