I'm trying to modularize my app, wanna know if I s...
# android-architecture
v
I'm trying to modularize my app, wanna know if I should use Dynamic Library modules for the whole app? or should I write Home Screen Code in app module and further modularize other modules as Dynamic features with available at install time to be true? Also will having 10-12 dynamic features make the IDE slow in any significant way?