Android app modularization with Clean Architecture

Barros
4 min readFeb 9, 2023
Photo by Timelab Pro on Unsplash

It often happens that we have to deal with projects that grow out of proportion, causing serious problems like difficult with the maintainability, readability, scalability. So, one thing we can do is modularize our project, in order to structure them and avoid these problems.

Modularization and Clean Architecture

--

--