Android Dependency Injection with Koin - Fundamentals
The Dependency injection (DI) pattern provides the backbone of the application by articulating all our software components around it. Koin is an easy to use and efficient dependency injection framework that has been used in Android applications since 2017. This course presents all the fundamentals to begin to use the Koin framework and use dependency injection in your Android application.
Course Objectives
In this master codelab, you’ll explore:
-
Dependency Injection Pattern
-
Koin Framework - DSL & API Fundamentals
-
Koin Framework - Setup
-
Injecting Dependencies in your Android App (Usual components & ViewModels)
-
Testing your Dependencies with Unit Test
More courses by the instructor