관리 메뉴

막내의 막무가내 프로그래밍 & 일상

[안드로이드] DI(Dependency Injection) 개념 및 KOIN 참고할 사이 본문

안드로이드/코틀린 & 아키텍처 & Recent

[안드로이드] DI(Dependency Injection) 개념 및 KOIN 참고할 사이

막무가내막내 2020. 4. 15. 22:07
728x90

 

[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

https://insert-koin.io/

 

insert-koin.io

a smart Kotlin dependency injection framework

insert-koin.io

 

 

댓글과 공감은 큰 힘이 됩니다. 감사합니다. !!

728x90
Comments