MVP Architecture

Home > Computer Science > Mobile application development > Mobile Application Architecture > MVP Architecture

MVP (Model View Presenter) is a software design pattern that separates the application into three layers: the model (the data), the view (the user interface), and the presenter (the logic).