Learn Dagger progressively by examples
Should be sufficient for most multi-activity apps. The same approach used for Activities here can be used for Fragments too.
- Automatic dependency resolution
@Inject constructor
@Singleton
scope- Activity scope https://github.com/ericntd/dagger-cat/tree/step-1-bare-minimum
https://github.com/ericntd/dagger-cat/tree/step2-dependent-component
https://github.com/ericntd/dagger-cat/tree/step-3-subcomponent
TODO
TODO