An open API service indexing awesome lists of open source software.

https://github.com/yusufceylan/daggermultimodule

Dagger implementation in multi module project
https://github.com/yusufceylan/daggermultimodule

dagger dagger-android dagger2 dagger2-android modular-architecture modularization multi-module multi-module-project multi-modules-android

Last synced: about 1 month ago
JSON representation

Dagger implementation in multi module project

Awesome Lists containing this project

README

        

# Dagger Multi Module Android
Plain Dagger implementation in multi module project
### Articles

- [Offical android dagger documentation](https://developer.android.com/training/dependency-injection/dagger-multi-module)
- [Mindorks Multi-Module-Dagger article](https://blog.mindorks.com/dagger-in-a-multi-module-project)
- [Step by step multi module dagger implementation](https://proandroiddev.com/android-multi-module-dagger-a-real-use-case-step-by-step-bbc03500f2f9)
### Reference projects that I get inspired
- [https://github.com/MindorksOpenSource/Dagger-Multi-Module-Android](https://github.com/MindorksOpenSource/Dagger-Multi-Module-Android)
- [https://github.com/elye/demo_android_dagger_modules_setup](https://github.com/elye/demo_android_dagger_modules_setup)
- [https://github.com/Ladgertha/Dagger-Multi-Modules](https://github.com/Ladgertha/Dagger-Multi-Modules)

Feel free to contribute