编辑
MVP模式
本文访问次数:0

MVP模式的全称为Model View Presenter模式,源于MVCModel View Controller)模式,ModelRepository)负责提供数据,View负责展示数据,接收用户操作并反馈到PresenterPresenter负责处理数据供View使用,处理用户操作。

MVP模式的优点包括方便自动化测试,提升关注点分离(improve the [separation of concerns](https://en.wikipedia.org/wiki/Separation_of_concerns) in presentation logic)。

A simple demo of mvp:MvpDemo

需要输入验证码才能留言

没有任何评论