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