android10 / android10/Android-CleanArchitecture
Why doesn't the current ApplicationModule have provideNavigator()?
Abierto
discussion
question
- Lenguaje dominante
- Java
- Estrellas
- 15.5k
- Forks
- 3.3k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
In your post here(http://fernandocejas.com/2015/04/11/tasting-dagger-2-on-android/),
I see the following method in ApplicationModule class but the actual github code doesn't have this method. But what is weird is, this runs even without it.
Can you explain how so? Thanks!
@Provides @Singleton Navigator provideNavigator() {
return new Navigator();
}
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.