Search code examples
Implementing a simple Dagger2 sample...

androiddagger-2

Read More
How to use Dagger 2 BindsOptionalOf...

androiddagger-2

Read More
Why the dagger graph works works in java but in Kotlin it says missing Provides when I have provided...

javaandroidkotlindagger-2dagger

Read More
Dagger 2 MissingBinding when swapping concretion for interface...

androidkotlindependency-injectiondagger-2

Read More
View does not have a NavController set when using Fragment Factory and Navigation Component...

androiddagger-2android-jetpackandroid-architecture-navigation

Read More
Dagger 2 - IncompatiblyScopedBindings...

androidkotlindependency-injectiondagger-2dagger

Read More
Multimodule project - Dagger...

androiddagger-2dagger

Read More
How to resolve bindings with different scopes?...

androidkotlindagger-2

Read More
Dagger 2 subcomponents vs component dependencies...

daggerdagger-2

Read More
How to inject dependencies in a SavedStateHandle-aware AndroidViewModel?...

androiddagger-2android-architecture-componentsandroid-architecture-lifecycle

Read More
Kotlin List vs java.util.List generic type inside Java code...

javakotlindagger-2

Read More
When using @Qualifier, [Dagger/MissingBinding] int[] cannot be provided without an @Provides-annotat...

androiddagger-2

Read More
How to scope dagger dependencies with fragments when using Fragment Factory?...

androidandroid-fragmentsdagger-2

Read More
Enable to setup android workmanager with dagger to inject repository in android worker...

androiddagger-2daggerandroid-workmanager

Read More
Dagger singleton vs Kotlin object...

androidunit-testingkotlindependency-injectiondagger-2

Read More
Android Integration test: Mocking the logic/ method in within an activity using Dagger and Mockito a...

androidmockitointegration-testingdagger-2dagger

Read More
How to test DaggerFragment with FragmentScenario?...

androiddagger-2android-fragmentscenario

Read More
Dagger 2: Injected object might still be null before onAttach is called in fragment...

javaandroidmvvmdependency-injectiondagger-2

Read More
Where dagger2 stores scoped instances?...

dagger-2

Read More
Dagger 2 dynamic injection when button gets clicked...

androiddagger-2

Read More
Is there a way to use injectors in a non-(Activity,Service,Fragment, Application) class...

androiddagger-2

Read More
Dagger 2: Component depends on more than one scoped component...

androiddagger-2

Read More
Dagger2 component with more than one dependencies...

javaandroiddagger-2

Read More
Understanding top level get() in Kotlin...

androidkotlindagger-2

Read More
My ViewModel does not survive configuration changes...

javaandroidmvvmkotlindagger-2

Read More
How to use Dagger 2 to Inject ViewModel of same Fragments inside ViewPager...

androidandroid-viewpagerdagger-2androidxandroid-mvvm

Read More
Dagger2, adding a binding for ViewModelProvider.Factory in a dependant component...

androiddependency-injectiondagger-2

Read More
error: @Component.Builder is missing setters for required modules or components in Dagger 2 instead ...

androidandroid-studiokotlindagger-2dagger

Read More
How to filed inject a nullable type in an activity with dagger 2 and kotlin...

androidkotlindagger-2

Read More
Dagger2 & Kotlin: @Binds doesn't work with @IntoMap...

kotlindependency-injectiondagger-2dagger

Read More
BackNext