Search code examples
android.app.Activity cannot be provided without an @Provides-annotated method...


androiddependency-injectiondaggerdagger-hilt

Read More
Jetpack Compose Material 3 Error . Could not resolve all files for configuration ':app:debugRunt...


androidkotlinandroid-jetpack-composedagger-hiltandroid-jetpack-compose-material3

Read More
Compose cannot access Hilt View Model after popping the navigation stack...


androidkotlinandroid-jetpack-composedagger-hiltjetpack-compose-navigation

Read More
Setting a password for Room on startup...


kotlinpasswordsandroid-jetpack-composeandroid-roomdagger-hilt

Read More
Getting error in hilt HiltViewModel annotated class should contain exactly one @Inject annotated con...


androiddagger-hilt

Read More
DefaultActivityViewModelFactory not found...


androidandroid-viewmodeldagger-hilt

Read More
Jetpack Compose Sending Result Back with SavedStateHandle does not work with SavedStateHandle inject...


androidandroid-jetpack-composedagger-hiltandroid-jetpack-navigationviewmodel-savedstate

Read More
Why is Android app with Jetpack Compose, Room and Dagger-Hilt crashing?...


androidandroid-jetpack-composeandroid-roomdagger-hilt

Read More
java.lang.IllegalArgumentException: CreationExtras must have a value by `SAVED_STATE_REGISTRY_OWNER_...


androidandroid-roomviewmodeldagger-hilt

Read More
Hilt: under which circumstances can an @AndroidEntryPoint Activity NOT be attached to a Hilt App?...


androiddagger-hilt

Read More
Does @Singleton in @Binds has any effect during dependency injection in hilt?...


androiddependency-injectionscopesingletondagger-hilt

Read More
Hilt issue with provide class to viewmodel...


androidkotlindependency-injectiondagger-hilt

Read More
Dagger Hilt Missing Binding Error in Kotlin...


androidkotlinandroid-jetpack-composeandroid-roomdagger-hilt

Read More
Hilt Fragments must be attached to an @AndroidEntryPoint Activity. Found: class androidx.fragment.ap...


androidandroid-espressodagger-hilt

Read More
Execution failed for task ':app:kaptGenerateStubsDebugKotlin'. > 'compileDebugJavaWit...


androidspring-bootretrofit2dagger-hilt

Read More
Matching Error (assertEquals) when unit testing ViewModel with Hilt and Mockk...


androidjunit4android-viewmodeldagger-hiltmockk

Read More
How to fix error: [Dagger/MissingBinding]...


androiddagger-hilt

Read More
Can I use “@ApplicationContext private val appContext: Context” as DI for a class that will be invok...


androidkotlindagger-hilt

Read More
Hilt dependency injection Duplicate Bindings Error...


androidgoogle-cloud-firestoremvvmdagger-hilt

Read More
Given component does not implement interface dagger.hilt.internal.GeneratedComponent?...


androidkotlinandroid-jetpack-composedagger-hilt

Read More
I'm getting the 'circular dependency' Android Dagger Hilt error...


androidkotlindagger-2daggerdagger-hilt

Read More
How to create ViewModel in dynamic feature module with Dagger Hilt?...


androidandroid-viewmodeldagger-hiltdynamic-feature-module

Read More
Dynamic feature module with Hilt...


androiddagger-hiltdynamic-feature-module

Read More
Hilt Singleton components instantiated multiple times...


androidtestingandroid-jetpack-composeandroid-workmanagerdagger-hilt

Read More
Why can I reference Application in ViewModel when I use Hilt in Android Studio?...


androidandroid-viewmodeldagger-hilt

Read More
MyAppHiltApp: java.lang.ClassNotFoundException: Didn't find class "HiltApp" on path: D...


androidkotlindagger-hilt

Read More
Room create from asset + fallbackToDestructiveMigration recreating the database on each request...


androidandroid-sqliteandroid-roomdagger-hiltandroid-room-prepackageddatabase

Read More
Will I get the same instance of ViewModel() when I use Hilt as DI in Android Studio project?...


androiddagger-hilt

Read More
Is it possible to use Dagger components and modules from production code when writing Android UI Tes...


androiddagger-2daggerdagger-hilt

Read More
How can I use Dependency Injection to pass Application() to ViewModel() using Hilt in Android Studio...


androiddependency-injectiondagger-hilt

Read More
BackNext