Dagger - Tuong-Nguyen/PreparationEduLog GitHub Wiki
Module
- Modules are classes that provide instances of the objects we will need to inject
- Defined by annotating the class with @Module
Provider
- @Provides, identify method as an injection provider. The name of method doesn't matter, it only relies on what class type is provided