An open API service indexing awesome lists of open source software.

https://github.com/theappwizard/lottieanimationandroid

This project can be used for implementation of Lottie Animation with help of Android Studio
https://github.com/theappwizard/lottieanimationandroid

Last synced: 10 months ago
JSON representation

This project can be used for implementation of Lottie Animation with help of Android Studio

Awesome Lists containing this project

README

          

# LottieAnimationAndroid
This project can be used for implementation of Lottie Animation with help of Android Studio

### Lottie Files Website
https://lottiefiles.com/

### Lottie Files Github
https://github.com/airbnb/lottie-android

Gradle is the only supported build configuration, so just add the dependency to your project build.gradle file:

```
dependencies {
implementation 'com.airbnb.android:lottie:$lottieVersion'
}
```