1 min readJul 7, 2017
Actually you don’t have to create Module. Even try to create as few as possible. If you put @Inject annotation in your class constructor dagger will inject into this instance. I created module to show when you need to create instance of your implementation by yourself.