filmov
tv
How to add Lottie Animation in android studio | lottiefiles Android Studio | Java

Показать описание
2) Set up your Project
3) Go to your build dependency and add lastest lottie version
4) create a folder in 'res' named 'raw' then add your downloaded lottie file to the folder
5) add this to any of your activity
android:layout_width="match_parent"
android:layout_height="match_parent"
app:lottie_loop="true"
app:lottie_autoPlay="true"