Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dagger-2

Dagger2 - "Unused" Modules in Generated Component Class

android dagger-2

Dagger2 not generating Daggercomponent classes

java android dagger-2 dagger

How do you provide a GoogleApiClient dependency with Dagger2?

(DAGGER-ANDROID) Can not use @Inject on an Espresso Test and can not use mockWebServer

Use the same instance of view model in multiple fragments using dagger2

Kotlin 1.5.0 does not work with Dagger 2?

android kotlin dagger-2

Dagger 2 can not resolve symbol 'DaggerAppComponent'

Unresolved reference for Dagger 2 in Kotlin

android dagger kotlin dagger-2

Dagger 2 and interface implementations

What is the point of injecting a ViewModelFactory in Android - Dagger 2

java android kotlin dagger-2

Dagger 2.10/2.11 injecting Activity failing

Dagger 2 and Retrofit 2 change base URL

Error [Dagger/MissingBinding] androidx.lifecycle.ViewModelProvider.Factory cannot be provided without an @Provides-annotated method

injecting viewmodel with navigation-graph scope: NavController is not available before onCreate()

dagger2 injection not working - SharedPreferences

Injecting application context in library module with Dagger 2

Dagger2: ViewModel cannot be provided without an @Provides-annotated method

Dagger2 - "is not a framework type." error

Why is my field `null` after injection? How do I inject my object?

android dagger-2

Error in supressing @InstallIn check whilst migrating from Dagger to Hilt using flag -Adagger.hilt.disableModulesHaveInstallInCheck=true