Lottie是Airbnb开源的一个支持 Android、iOS 以及 ReactNative,利用json文件的方式快速实现动画效果的库(实现一个复杂的动画只需要一个json文件,而不再像以前一样使用多张图片,或者GIF,从而大大减少了APP的空间大小)。
Lottie项目地址:https://github.com/airbnb/lottie-android
目前最新版本依赖:
implementation 'com.airbnb.android:lottie:2.7.0'
layout文件:
<com.airbnb.lottie.LottieAnimationView
android:id="@+id/lottieAnimationView"
app:layout_constraintTop_toBottomOf="@+id/linear_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:ignore="MissingConstraints" />
Activity中基本的使用方法:
lottieAnimationView = findViewById(R.id.lottieAnimationView);
lottieAnimationView.setAnimation(R.raw.