Is there any good reference for feature - level - ...
# android-architecture
h
Is there any good reference for feature - level - modularization, including the handling of navigation
p
Modularization by features: https://proandroiddev.com/modularization-of-android-applications-in-2021-a79a590d5e5b But the navigation is not covered in the articles. Probably, you would want to provide a factory of fragments from a feature module and use it in an external (to the feature module) navigation system.
👍 1
g
I like this talk ->

https://www.youtube.com/watch?v=9eikhwWehWk

h
good one, Thanks