Please enable JavaScript.
Coggle requires JavaScript to display documents.
Android Best Practice (Dagger (Reference (codelab, fundamental, github,…
Android Best Practice
Dagger
Reference
codelab
fundamental
github
official page
Introduction
to reduce boilerplate in doing manual dependency injection
library to simplify dependency injection
to satisfy SOLID principle
Inject
tells Dagger how to provide instance of this type
almost always be used with constructor
Component
Module
Binds
BindsInstance
Singleton
Scopes
Scope
MustBeDocumented
Retention
Subcomponent
Provides
annotation used
Qualifier