https://github.com/kaustubhpatange/multi-module-navigation-sample
A sample that demonstrates navigation in child modules with the help of DI frameworks like Dagger & Hilt.
https://github.com/kaustubhpatange/multi-module-navigation-sample
Last synced: about 1 month ago
JSON representation
A sample that demonstrates navigation in child modules with the help of DI frameworks like Dagger & Hilt.
- Host: GitHub
- URL: https://github.com/kaustubhpatange/multi-module-navigation-sample
- Owner: KaustubhPatange
- Created: 2021-11-01T08:04:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-18T11:54:43.000Z (over 3 years ago)
- Last Synced: 2025-02-16T15:31:01.076Z (8 months ago)
- Homepage:
- Size: 157 KB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# multi-module-test
- [`dagger`](https://github.com/KaustubhPatange/multi-module-navigation-sample/tree/dagger) branch demonstrates multi-module navigation using pure dagger 2.
- [`hilt`](https://github.com/KaustubhPatange/multi-module-navigation-sample/tree/hilt) branch demonstrates multi-module navigation using pure hilt (no dagger multi-map).
- [`hybrid`](https://github.com/KaustubhPatange/multi-module-navigation-sample/tree/hybrid) branch demonstrates multi-module navigation using dagger & hilt both where dagger manages the navigation & the power of hilt is used to inject in Jetpack librairies like `ViewModel` & `WorkManager`.- [hilt-crash](https://github.com/KaustubhPatange/multi-module-navigation-sample/tree/hilt-crash) branch demonstrates a crash we face when implementing a nested navigation in `:home` module.