LearnDagger icon indicating copy to clipboard operation
LearnDagger copied to clipboard

List of resources to learn about Dependency Injection and Dagger 2

List of resources to learn about Dagger 2

Why you need dependency injection

Dependency Injection and Dagger Basics

Dagger best practices

Dagger Android modules

Advanced Dagger Blogs

Testing

With Kotlin

Videos

Podcasts

Paid Courses

Github repos

  • https://github.com/Karumi/KataSuperHeroesAndroid
  • https://github.com/googlesamples/android-architecture/tree/todo-mvp-dagger/
  • https://github.com/iammert/dagger-android-injection
  • https://github.com/Ekito/koin
  • https://github.com/hitherejoe/MvpBoilerplate
  • https://github.com/ribot/android-boilerplate
  • https://github.com/androidstarters/generator-android-mvp-starter
  • https://github.com/gk5885/dagger-android-sample
  • https://github.com/android10/Android-CleanArchitecture

Tools

Stackoverflow Questions to go through