Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 286 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 286 Bytes

Model–view–presenter (MVP) is a derivation of the model–view–controller (MVC) architectural pattern, and is used mostly for building user interfaces.

In MVP, the presenter assumes the functionality of the "middle-man". In MVP, all presentation logic is pushed to the presenter