mvp 是 mvc的加强版,控制器 Activity 实现 view 接口方法 充当view, pressentimpl实现 pressent 接口 做一些类似model的操作,interactorimpl 实现interactor 实现
activity 调用present 实例, pressentimpl也实现 interacter 回调接口,完成交互工作,interaceter 和 pressent实现业务逻辑的处理,实体类 model 和mvc类似。
mvp 是 mvc的加强版,控制器 Activity 实现 view 接口方法 充当view, pressentimpl实现 pressent 接口 做一些类似model的操作,interactorimpl 实现interactor 实现
activity 调用present 实例, pressentimpl也实现 interacter 回调接口,完成交互工作,interaceter 和 pressent实现业务逻辑的处理,实体类 model 和mvc类似。
转载于:https://my.oschina.net/Dougien/blog/647016