Jul 27, 2017 · 1 min read
Om Dubey There are two versions of the architecture:
- Version 1: Android MVP architecture with DataManager and DbHelper
- Version 2: Android MVP architecture with Interactors and Repositories
Start by reading this article:
The version 1 project is recommended for most projects and version 2 is for large projects.
Large project will be approximately a project with more that 20 features(Activities + Fragments) is general with more that 5 developers working on it together.
