MVP architecture
The Model-View-Presenter architecture divides the application into three parts. It increases clarity, testability and separates the logic from the view and data model.
The Model-View-Presenter architecture divides the application into three parts. It increases clarity, testability and separates the logic from the view and data model.