Notice
Recent Posts
Recent Comments
Link
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

easy-1

안드로이드 ShimmerLayout 본문

Android/Java

안드로이드 ShimmerLayout

easy-1 2021. 8. 4. 23:07

<개요>

데이터 로드 중임을 효과적으로 알리기위해 레이아웃 설정


<적용 방법>

1. Shimmer Library 를 이용

http://facebook.github.io/shimmer-android/

 

Shimmer for Android

About Shimmer is an Android library that provides an easy way to add a shimmer effect to any view in your Android app. It is useful as an unobtrusive loading indicator that was originally developed for Facebook Home. Shimmer for Android is implemented as a

facebook.github.io

2. 원하는 레이아웃 구성 후 Start

3. ShimmerLayout 은 FrameLayout 을 상속함

Comments