python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Android Dagger/Hilt providers same return value?
I need to know in my Repository whether I have internet connection or not (DB or API), so in my AppModule I use:
@InstallIn(SingletonComponent::class)
@Module
object AppModule {
@Singleton
@P...
CookieMonster
Votes: 0
Answers: 1
Getting an Unresolved reference when DaggerActivityComponent is called inside an activity
I have the following project-level build.gradle file:
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.6.1...
Abhishek Dutt
Votes: 0
Answers: 0
Dagger Hilt doesn't recognize Singleton and Inject annotations
I was developing an App where I try to use some tecnologies as JetpackCompose, and Dagger Hilt, for dependency injection.
Everything works fine with network connection, but I start to get the followin...
Manuel Lucas
Votes: 0
Answers: 0
Binding is missing in Dagger2?
I have made a simple app that tells the car is a two-wheeler or four-wheeler with the help of dagger2 but an error will occur if I run the app and the error is binding is missing for this I have also ...
yash1307
Votes: 0
Answers: 1