Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- CollapsingToolbarLayout
- sqlite
- room
- DataBinding
- lifecycle
- HTTP
- Android
- 백준
- Algorithm
- onLayout
- onMeasure
- LiveData
- 코틀린
- Coroutine
- View
- 안드로이드
- ViewModel
- notification
- AppBarLayout
- hilt
- CoordinatorLayout
- BOJ
- recyclerview
- kotlin
- Navigation
- activity
- CustomView
- 알고리즘
- 알림
- Behavior
Archives
- Today
- Total
목록GIF (1)
개발일지
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/dByKAv/btq4CCN0RqJ/U7uK4avm6OaJtf1oa0XnY0/img.png)
Glide Android에서 Image를 빠르게 불러오기 위한 라이브러리다. 기본적으로 이미지, GIF를 불러올 수 있고, 에러처리, 디스크 캐쉬등 다양한 기능을 제공한다. Glide의 원칙은 어떠한 이미지도 빠르고 부드럽게 불러오는 것을 목표로 한다. Dependency ext { glide_version = "4.12.0" } dependencies { // Glide implementation "com.github.bumptech.glide:glide:$glide_version" annotationProcessor "com.github.bumptech.glide:compiler:$glide_version" } github.com/bumptech/glidebumptech.github.io/glide/..
Android (안드로이드)
2020. 11. 7. 20:18