Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dagger-2

Dagger2 + gradle + intellij: generated classes are not found and treated as a compile error/won't autocomplete

Injecting Singleton class using Dagger 2.x

How to provide a dependency with @SessionScope and @ActivityScope using Dagger 2.10 Android Injector?

android dagger-2 dagger

dagger test component not being generated when the project contains multiple android modules

android dagger-2 dagger

How to use new Android Architecture without using Lambda Expressions?

Dagger2 Named(@Named) Injection with polymorphism or different object

Dagger 2 Modules and generic parameters in Kotlin

kotlin dagger-2

Android | Dagger 2. Injecting different subclasses into Fragment depending of a condition

Espresso testing with Dagger 2 and custom scopes

android library release crash on start

Should I inject every and any class or specific classes?

Provide domain-layer UseCase classes with HILT

Where to put Dependency Injection classes in clean architecture

Inject activity using dagger

java android dagger-2

best way for injecting ViewModels?