Skip to content Skip to sidebar Skip to footer
Showing posts with the label Dagger

How To Pass A String To A Viewmodel/repository Class Using Dagger2 In Android?

This is my fragment class: public class MyFragment extends DaggerFragment { @Inject MyViewModel… Read more How To Pass A String To A Viewmodel/repository Class Using Dagger2 In Android?

How To Inject The Creation Of A Broadcastreceiver Object In Fragment Using Dagger2?

I need to inject the creation of NetReceiver object into my Fragment but I get the following error:… Read more How To Inject The Creation Of A Broadcastreceiver Object In Fragment Using Dagger2?

How To Mock Dagger Activity Object Graphs?

I'm using Dagger in an android app to provide application and activity scope graphs. And I'… Read more How To Mock Dagger Activity Object Graphs?