Most voted "dagger" questions
2 questions
Sort by count of
-
1
votes1
answer85
viewsInjecting dependencies beyond Activity and Fragment?
It takes something special to inject a dependency with Dagger into an Android project other than Activity, Fragment, Service etc???? Example, if I have: Activityman -> Fragmentlistcake ->…
-
0
votes1
answer58
viewsDagger Nullpointerexception 3rd class which depends on 2nd class
In a project that has the Activity, Presenter and a Model, the Activity has the Presenter and the Presenter has a Model. When I do @Inject in the Presenter to instantiate the Model it is never…