Info |
---|
Model-View-Presenter (MVP) is a derivative of the Model-View-Controller (MVC) architectural pattern, and is used mostly for building user interfaces. Like MVC, it also separates the application's concerns into three parts: Model, View, and Presenter. |
...
Here's what each component does in the MVP pattern:
...