Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 493 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 493 Bytes

MVP Sample

This is a sample application with MVP architecture, also commonly known as MODEL-VIEW-PRESENTER. The interaction between these layers are as follows:


Advantages to implement the MVP pattern in your projects:

  • Code become more easy to maintain.
  • Code becomes easily testable
  • More organized way as separation is clear and we can easily make changes


Screenshots: