Answers for "lottie animation android example set in aseets folder"

2

lottie files in android studio

<com.airbnb.lottie.LottieAnimationView
    android:id="@+id/animationView"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    app:lottie_rawRes="@raw/animation"
    app:lottie_autoPlay="true"
    app:lottie_loop="true"/>
Posted by: Guest on July-28-2021

Code answers related to "lottie animation android example set in aseets folder"

Browse Popular Code Answers by Language