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

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.

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.