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.
What app will you build in this course?
Course Description
By the end of the course you will have mastered:
- 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