android-dagger2-example icon indicating copy to clipboard operation
android-dagger2-example copied to clipboard

This project implements the dagger 2 in android for dependency injection

Results 4 android-dagger2-example issues
Sort by recently updated
recently updated
newest added

Hi there, DaggerActivityComponent in the MainActivity is deprecated, do you have a solution for overcoming this based on your tutorial which is fantastic by the way

Hi , I'm currently using dagger 2 in my project. I'm unable to access injectable class through @Inject in non activity/fragment class. I have a handler class and want to...