Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 944 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 944 Bytes

TestMVP

Model View Presenter MVP (Model View Presenter) pattern is a derivative from the well known MVC (Model View Controller), The MVP pattern allows separate the presentation layer from the logic, so that everything about how the interface works is separated from how we represent it on screen. Ideally the MVP pattern would achieve that same logic might have completely different and interchangeable views.

screenshot_20170816_125943 screenshot_20170816_125956 screenshot_20170816_130116 screenshot_20170816_130010