Overview
Introduction of the MVP Architecture course
Requirement analysis of Blog Reading App
Developing a blog reading App without any architecture
Problems of current implementation (without architecture)
Major problem - Unit testing not possible!
Basic idea of MVP architecture
Implementation of View layer
Implementation of Presentation layer
Implementation of Model layer
Move business logic into Presentation layer
Handle View destroy
What we achieved?
Limitations of MVP & improvement scope
Limitation of MVP (Presenter Reusability issue)
No Comments Yet