Dagger with Retrofit Example – Set up Dependency Injection
| |

Dagger with Retrofit Example – Set up Dependency Injection

 Today, we’re going to learn about Dagger 2. Dagger 2, first of all, is really an annotation processor or just the code generator. Many of the people seem to think that Dagger 2 is how you do dependency injection, actually, it’s not. It is just a boilerplate code generator and dependency injection is something…