I have a fragment, here is the onCreateView method: @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { // Inflate …
android android-fragments lottie-androidI'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-androidI'm using Lottie for Android to add some animations in an app. In this app the primary and accent color …
android animation lottie-androidHow can I use Lottie Animation in Android? I tried but the animation doesn't run. How to start the JSON …
android lottie-android lottieI am using Lottie for animations. The problem is lottie view dimensions are too small. is there a way to …
android android-animation lottie-androidI want to check Lottie lib for both IOS and Android today , I made a simple indicator animation in after …
android animation lottie-androidI have an After Effects animation, super simple, of a square moving around (AE shape). I export the animation as …
android lottie lottie-androidWhat 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-androidI have a lottie animation file and when I put it in a view it becomes too small because of …
android android-animation lottie-android