Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 628 Bytes

File metadata and controls

22 lines (16 loc) · 628 Bytes

Learn Dagger progressively by examples

Step 1 - Simple Dagger setup

Should be sufficient for most multi-activity apps. The same approach used for Activities here can be used for Fragments too.

Step 2 - Dependency Components

https://github.com/ericntd/dagger-cat/tree/step2-dependent-component

Step 3 - SubComponent

https://github.com/ericntd/dagger-cat/tree/step-3-subcomponent

Step 4 - Hilt

TODO

Step 5 - Advanced Scoping

TODO

Test 7 - Mar 22, 2026