https://lottiefiles.com/67520-coin
이런 이미지를 안드로이드에 보이게 하는 방법입니다.
implementation "com.airbnb.android:lottie:3.4.0"
<com.airbnb.lottie.LottieAnimationView
android:id="@+id/animationView"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:lottie_rawRes="@raw/test2"
app:lottie_autoPlay="true"
app:lottie_loop="true"
/>
코드는 위와 같고, json파일로 다운받아서 raw에 넣어주면 끝.
'Android(Kotlin)' 카테고리의 다른 글
Android 디컴파일 (0) | 2022.07.29 |
---|---|
SharedPreferences / EncryptedSharedPreferences (0) | 2022.07.26 |
android 12 splash (0) | 2022.05.15 |
SaveFile Android kotlin (0) | 2022.05.02 |
Android REQUEST_IGNORE_BATTERY_OPTIMIZATIONS (0) | 2022.04.29 |