Search code examples
Dagger/MissingBinding issue, unable to inject in BaseApplication...


androidkotlindagger-hilt

Read More
error: cannot find symbol | class ApplicationComponent...


androiddagger-2dagger-hilt

Read More
How to support modularization in Android app with HILT?...


androiddependency-injectionmoduledagger-2dagger-hilt

Read More
Hilt :- Not able to use the @AndroidEntryPoint in the AppCompatActivity getting DefaultV iewModelFac...


javaandroidandroid-studioandroid-activitydagger-hilt

Read More
How I can get Viewmodel inside composable using Hilt...


androidandroid-jetpack-composedagger-hilt

Read More
Dagger - Triggering two implementations with one interface...


androidkotlindagger-2dagger-hilt

Read More
Dagger Hilt Missing/Binding interface with generics...


androiddependency-injectiondaggerdagger-hilt

Read More
Android Dagger-Hilt ignores @Provides method...


androidkotlindependency-injectionretrofit2dagger-hilt

Read More
How to inject app: Context in ViewModel with Hilt?...


androidkotlindagger-hilt

Read More
How to inject Kotlin extentsion properties using Dagger-Hilt...


androidkotlindagger-hiltandroid-jetpack-datastore

Read More
Hilt Injection not working with BroadcastReceiver...


androidandroid-jetpackdagger-hilt

Read More
Hilt can't find Application class even after been annotated with @HiltAndroidApp...


android-studiodependency-injectionviewmodeldagger-hilt

Read More
Inject custom Application class...


androiddagger-2dagger-hilt

Read More
How to pass viewmodel to fragment using launchFragmentInHiltContainer...


androidandroid-fragmentsandroid-testingdagger-hilt

Read More
Dagger/DuplicateBindings with generic interfaces even when using qualifier annotation...


androidkotlindagger-2dagger-hilt

Read More
Hilt Worker not getting initiated. Works fine when I use only default params for worker constructor,...


androidkotlinworkerdagger-hilt

Read More
The Hilt Android Gradle plugin is applied but no com.google.dagger:hilt-android dependency was found...


androidgradlegradle-kotlin-dsldagger-hilt

Read More
Android Tests failing when using Hilt caused by ClassCastException...


androidandroid-studiotestingdagger-hilt

Read More
Dagger hilt: Difference between annotating a class @Singleton and a provides function @Singleton...


androidkotlindagger-2daggerdagger-hilt

Read More
UninitializedPropertyAccessException when using Hilt...


androiddaggerdagger-hilt

Read More
How to use viewModel and compose navigation correctly together?...


androiddependency-injectionandroid-jetpackandroid-jetpack-composedagger-hilt

Read More
Multiple Instances of the same type with same implementation in Hilt...


androiddagger-hilt

Read More
How to pre-populate the room database with some data under hilt viewModel?...


androidsqliteandroid-roomandroid-jetpack-composedagger-hilt

Read More
Dagger/Hilt is there a difference in modules if they are abstract classes or interfaces?...


dependency-injectiondaggerdagger-hilt

Read More
How to access Hilt module in Application class...


androiddependency-injectiondagger-hilt

Read More
Dagger Hilt Android gives Error : method getActivityFactory in class DefaultViewModelFactories canno...


androiddependency-injectiondagger-hilt

Read More
Hilt: Get Fragment LifecycleOwner and context automagically...


androidkotlindagger-2dagger-hilt

Read More
error: [Dagger/DependencyCycle] Found a dependency cycle error after using ActivityRetainedScoped...


javaandroidandroid-roomdagger-2dagger-hilt

Read More
Proper way to insert Retrofit data to Room and display it using ViewModel...


androidkotlinretrofit2android-roomdagger-hilt

Read More
room hilt @Query doesn't return what i expected...


androidandroid-roomkotlin-coroutinesdagger-hilt

Read More
BackNext