상세 컨텐츠

본문 제목

[Android Studio] Splash Screen animation 효과/LottieFiles #2

android

by JEONJIHO 2021. 8. 18. 11:17

본문

[Android Studio] Splash Screen animation 효과/LottieFiles

 

 

https://lottiefiles.com/

 

Free Lottie Animation Files, Tools & Plugins - LottieFiles

The world’s largest online platform for the world’s smallest animation format for designers, developers, and more. Access Lottie animation tools and plugins for Android, iOS, and Web.

lottiefiles.com

 

위의 사이트에 접속하여 로그인한다.

 


CODE -> OPEN SOURCE 로 들어오면

LOTTIE-ANDROID가 보일것이다.

 

LOTTIE-ANDROID를 클릭하고 스크롤을 맨 아래로 내리면

ANDROID STUDIO dependencies를 확인할 수 있다.


 

 

build.gradle에 하단 dependencies에 위의 implementation 'com.airbnb.android:lottie:$lottieVersion'을 추가한다.

lottieVersion은 현재 4.0.0 이다.

입력 후 우측 상단에 sync를 꼭 해줘야 한다.

 

lottiefiles의 애니메이션 파일을 json 파일로 다운로드 받고

src/main/res/raw

해당 경로에 추가해줘야한다.

 

raw directory가 없으므로 생성해줘야한다.

 


 

 

'android' 카테고리의 다른 글

[Android Studio] 프로젝트 만들기/ 실행해보기 #1  (0) 2021.08.17

관련글 더보기

댓글 영역