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 | 29 | 30 | 31 |
Tags
- CollapsingToolbarLayout
- BOJ
- sqlite
- ViewModel
- 백준
- CustomView
- LiveData
- DataBinding
- kotlin
- Navigation
- recyclerview
- lifecycle
- 알림
- AppBarLayout
- CoordinatorLayout
- Coroutine
- Algorithm
- 코틀린
- room
- notification
- Behavior
- View
- HTTP
- Android
- onLayout
- 안드로이드
- 알고리즘
- hilt
- onMeasure
- activity
Archives
- Today
- Total
목록url (1)
개발일지

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