Join Slack
Powered by
Is there any good reference for feature - level - ...
# android-architecture
h
Hitender Pannu
04/05/2021, 8:13 AM
Is there any good reference for feature - level - modularization, including the handling of navigation
p
Pavel Sidyakin
04/05/2021, 10:28 AM
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
George Theocharis
04/06/2021, 12:18 PM
I like this talk ->
https://www.youtube.com/watch?v=9eikhwWehWk
▾
h
Hitender Pannu
04/07/2021, 7:28 AM
good one, Thanks
4
Views
Open in Slack
Previous
Next