Skip to content Skip to sidebar Skip to footer
Showing posts with the label Dagger 2

Dagger 2.15: Appcomponent - Was Unable To Process This Interface

I cannot build my app with the following error: Task :app:kaptDebugKotlin debug/AppCompone… Read more Dagger 2.15: Appcomponent - Was Unable To Process This Interface

Workmanager Java Android Dagger2

I NEED working Workmanager in Android app with JAVA only (without Kotlin!!!). In a project, we use … Read more Workmanager Java Android Dagger2

The Annotation For Provider Function Of Dagger Module Class

I am developing an Android project with Kotlin and Dagger 2. I have a NetworkModule in which I defi… Read more The Annotation For Provider Function Of Dagger Module Class

How I Can Add View Model In Module?

In Dagger, how can I add a model to Module? For example I added the presenter in the following way:… Read more How I Can Add View Model In Module?

Referencing The Activity Inside Its Module

How do I use the new AndroidInjector.inject and still be able to provide an Activity instance insid… Read more Referencing The Activity Inside Its Module

Dagger2 Activity Scope, How Many Modules/components Do I Need?

I have a couple of questions about custom scopes: I'm using MVP architecutre and I need to inj… Read more Dagger2 Activity Scope, How Many Modules/components Do I Need?