일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 안드로이드 sunflower
- 막내의막무가내 rxjava
- 막내의막무가내 안드로이드 에러 해결
- 막내의막무가내 안드로이드
- 부스트코스에이스
- Fragment
- 막내의막무가내 코틀린
- 막내의막무가내 일상
- 프로그래머스 알고리즘
- 부스트코스
- 막내의막무가내 코볼 COBOL
- 막내의막무가내 코틀린 안드로이드
- 프래그먼트
- 막내의 막무가내
- 막무가내
- 안드로이드
- 막내의 막무가내 알고리즘
- 막내의막무가내 플러터 flutter
- 막내의막무가내
- 막내의막무가내 SQL
- 막내의막무가내 플러터
- 안드로이드 Sunflower 스터디
- 주택가 잠실새내
- 2022년 6월 일상
- 막내의막무가내 알고리즘
- 막내의막무가내 목표 및 회고
- 막내의막무가내 안드로이드 코틀린
- 주엽역 생활맥주
- flutter network call
- 막내의막무가내 프로그래밍
- Today
- Total
막내의 막무가내 프로그래밍 & 일상
[안드로이드] DI(Dependency Injection) 개념 및 KOIN 참고할 사이 본문
[안드로이드] DI(Dependency Injection) 개념 및 KOIN 참고할 사이
막무가내막내 2020. 4. 15. 22:07
[2021-04-13 업데이트]
https://gmlwjd9405.github.io/2018/11/09/dependency-injection.html
[Design Pattern] DI란 (Dependency Injection) - Heee's Development Blog
Step by step goes a long way.
gmlwjd9405.github.io
https://jungwoon.github.io/android/2019/08/21/Koin/
Koin 정리하기 - Jungwoon Blog
Koin 정리하기 이번에는 DI 라이브러리 중 하나인 Koin에 대해서 정리를 해보고자 합니다. 기존에 DI 라이브러리로 유명한건 Dagger 인데, Dagger가 학습 곡선이 높아서 우선 상대적으로 학습 곡선이 낮은 Koin을 학습하고 그 이후에 Dagger도 같이 볼까 합니다. DI(Dependency Injection)이란? DI 라이브러리인 Koin을 설명하기 전에 우선 DI(Dependency Injection)가 무엇인지부터 설명을 하려고 합니
jungwoon.github.io
https://speakerdeck.com/jakewharton/dependency-injection-with-dagger-2-devoxx-2014
Dependency Injection with Dagger 2 (Devoxx 2014)
Dagger is a fast dependency injector for both Java and Android. Its second major version not only brings new features for parity with other frameworks but continues to push the boundaries of speed. The concepts covered in this talk apply to both Java targe
speakerdeck.com
https://developer.android.com/training/dependency-injection
Dependency injection in Android | Android 개발자 | Android Developers
Dependency injection (DI) is a technique widely used in programming and well suited to Android development. By following the principles of DI, you lay the groundwork for good app architecture. Implementing dependency injection provides you with the followi
developer.android.com
insert-koin.io
a smart Kotlin dependency injection framework
insert-koin.io
댓글과 공감은 큰 힘이 됩니다. 감사합니다. !!
'안드로이드 > 코틀린 & 아키텍처 & Recent' 카테고리의 다른 글
[안드로이드] 코틀린 원형차트 예제 (feat. MPAAndroidChart 라이브러리) (0) | 2020.04.28 |
---|---|
[안드로이드] 코틀린 list 를 자바의 vararg 로 받을 수 있게하는 방법 (kotlin list to vararg) (0) | 2020.04.28 |
[안드로이드] 코틀린 @BindingAdapter 매개변수 두 개 이상할 경우 예시 (4) | 2020.04.05 |
[안드로이드] 안드로이드 아키텍처 스터디 총 정리(MVC,MVVM, AAC ViewModel, LiveData, Koin, Dagger2, RxJava2, Multi Module) Kotlin (2) | 2020.03.15 |
[안드로이드] 코틀린 Sharedpreferences 예제 코드 기록 (0) | 2020.03.13 |