| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- 습관만들기
- Android WebView
- 영어공부
- WebView
- Kotlin FCM
- MVP Architecture
- 66챌린지
- coroutine
- 영어독립365
- android recyclerview
- Android Jetpack
- OkHttp Interceptor
- scope function
- 안드로이드
- 코틀린 코루틴
- Java
- 안드로이드 갤러리 접근
- Android ViewPager2
- Android 12 대응
- Android Interceptor
- Kotlin
- Android
- DataBinding
- 카카오 알고리즘
- Android 12
- 프로그래머스 알고리즘
- Android Navigation
- Android ProgressBar
- 알고리즘 자바
- 안드로이드 카카오 로그인
Archives
- Today
- Total
목록2025/11/22 (1)
나미래 Android 개발자
[Now In Android] 왜 Application에서 ImageLoaderFactory를 구현할까?
왜 Application에서 ImageLoaderFactory를 구현할까?Now In Android의 NiaApplication에서는 다음과 같이 Coil의 ImageLoaderFactory를 상속받고 있다.@HiltAndroidAppclass NiaApplication : Application(), ImageLoaderFactory { @Inject lateinit var imageLoader: dagger.Lazy ...}과연 왜 NiaApplication에서는 ImageLoaderFactory를 상속받아서 newImageLoader() 함수를 override 했을까?문제 상황Coil 이미지 로딩 라이브러리를 사용할 때, 기본 설정만으로는 SVG 파일을 로드할 수 없다. Now In ..
안드로이드/Now In Android
2025. 11. 22. 22:55
