Skip to content

javadhme/dagger-master-project

Repository files navigation

How to be master of dagger2

Many of you like me, might be faced some troubles to understanding dagger2, So after lots of reading and searching finally i decided to create a best base sample project containing dagger2. Here it is.

Dagger? What is it ?

Dagger2 is the most popular framework to implement dependency injection concept. If you don't know about what is dependency injection please read this article Here are the best articles to understanding DI and dagger2 concepts:

After reading these articles if you find out what is dagger2 and how it's works, finally, read below article to completely understand how dagger2 integrated with android components:

How This project's works?

first, fork or clone the repository and start coding on this project. Please do not forget to star the project.