Hello guys, I'm starting a new project and I'd like to read / discuss with you all your ideas of designing the app.
I'm planing to build an app with multi-module, using the clean architecture, so from now I have
1.- app
2.-base_library (contains all the base classes) I could separate it by base_view, base_networking, base_usecase, etc...
3.-login
4.-home
5.-helpdesk
etc....
So what do you think having it like this? Is it recomendable? How am I supposed to get for instance login credentials in the helpdesk activity? What do you think using that organisation and don't using core. Is it easy to implement the DI like dagger for such projects?