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
- Host: GitHub
- URL: https://github.com/theappwizard/lottieanimationandroid
- Owner: TheAppWizard
- Created: 2020-10-19T15:41:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T15:51:36.000Z (over 5 years ago)
- Last Synced: 2025-04-09T04:51:15.282Z (about 1 year ago)
- Language: Java
- Size: 180 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
}
```