lottie dependency android
def lottieVersion = "3.4.0"
implementation "com.airbnb.android:lottie:$lottieVersion"
lottie dependency android
def lottieVersion = "3.4.0"
implementation "com.airbnb.android:lottie:$lottieVersion"
add lottie to android studio
def lottieVersion = "3.4.0"
implementation "com.airbnb.android:lottie:$lottieVersion"
how to use lottie in android studio
<com.airbnb.lottie.LottieAnimationView
android:id="@+id/animationView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:lottie_url="REPLACE_JSON_URL"
app:lottie_autoPlay="true"
app:lottie_loop="true"/>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us