All tags
Posts tagged with "Dagger2"
'Dagger Series: Something amazing about constructor injection'
In Dagger, it provides another way to inject/provide resources by using `constructor injection.` The typical case is that we use `constructor injection` in a class to inject needed resources as class
'Dagger Series: Elegantly handle your Activities and Fragments by AndroidInjector'
#### The story
'Dagger Series: How do you use it in your Modularization?'
#### Story