Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dagger-2

HILT : lateinit property repository has not been initialized in ViewModel

Injecting ViewModel using DaggerHilt fails to to compile

Dagger 2 cannot be provided without an @Provides-annotated method

Dagger 2 Component.Builder

error: [Dagger/MissingBinding] [dagger.android.AndroidInjector.inject(T)] Dagger

Dagger2: How to use @Inject in a JUnit test?

Dagger2.10+: Inject ViewModel in Fragment/Activity which has run-time dependencies

Hilt viewmodel injection into instrumentation tests

Accessing strings.xml from ViewModel

How @Inject annotation would know which concrete class to instantiate under same interface?

How long do objects created by Dagger 2 remain in Android / how does Dagger 2 play with the Android Activity lifecycle?

android dagger-2

Dagger 2: Error about subcomponents, but I don't have any subcomponents in my app

android dagger-2

Dagger 2: avoid exporting private dependencies

How to @Inject an abstract BaseActivity and its subclasses using dagger.android?

Dagger2 @Binds methods' parameter type must be assignable to the return type with interface and implementation

android kotlin dagger-2

java.lang.NoSuchMethodError on compile

How to implement a Factory with Dagger2

dagger 2, what is difference between @set:Inject and @Inject

lateinit property dispatchingAndroidInjector has not been initialized

android kotlin dagger-2

Java dependency injection: Dagger 1 vs Dagger 2, which is better?