Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dagger-hilt

Coroutine scope for @ActivityRetained classes?

error: [Hilt] Found unimplemented abstract methods, [provideOpenWeatherApi()], in an abstract module, com.example.weathersforecast.di.ApiModule

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

Same fragment with different navgraph by hiltNavGraphViewModels

Why apps made in Jetpack compose are larger. Any Solution?

Android Hilt Crashes on Startup

How to solve cyclic dependencies in Dagger (Hilt)

Using multiple @Assisted with same type

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

Inject a dao into Worker with Hilt problem

Hilt Singleton components instantiated multiple times

Hilt - what is the Java equivalent to kotlin's "by viewmodels()" to inject viewmodel into activity?

android kotlin dagger-hilt

Share viewmodel from activity to compose function using hilt

"Can't access ViewModels from detached fragment" on interface onclick

android kotlin dagger-hilt

Hilt Inject into ViewModel without constructor params

android dagger-hilt

Is it required to add @Singleton on top of a function using dagger hilt if the module scope is already singleton?

android kotlin dagger-hilt