Top "Lottie-android" questions

How to know when lottie animation is completed?

I have a fragment, here is the onCreateView method: @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { // Inflate …

android android-fragments lottie-android
Pause and Resume Lottie Animation

I'm implementing a Lottie animation and the entire animation works great! However, i would like to add a bit of …

android kotlin android-animation lottie-android
Lottie Android: add color overlay to animation

I'm using Lottie for Android to add some animations in an app. In this app the primary and accent color …

android animation lottie-android
Lottie animation not working

How can I use Lottie Animation in Android? I tried but the animation doesn't run. How to start the JSON …

android lottie-android lottie
How to increase the lottie "LottieAnimationView" dimensions?

I am using Lottie for animations. The problem is lottie view dimensions are too small. is there a way to …

android android-animation lottie-android
Lottie Animation setAnimation() results IllegalStateException

I want to check Lottie lib for both IOS and Android today , I made a simple indicator animation in after …

android animation lottie-android
Dynamically replace Image in Lottie animation at runtime

I have an After Effects animation, super simple, of a square moving around (AE shape). I export the animation as …

android lottie lottie-android
Lottie for android - Error inflating class com.airbnb.lottie.LottieAnimationView

What I did: Step 1) Added the following dependency in graddle: compile 'com.airbnb.android:lottie:2.0.0-beta4' Step 2) Airbnb do …

android lottie-android