搜索资源列表
PureMVP
- 在C# WinForm编程过程中,我们往往按Visual Studio2003/2005/2008工具对Windows Forms的默认处理方式,将业务逻辑和视图紧密的融合在一起。比如我们双击一个Button按钮,然后它的事件里编写处理逻辑,必要时将处理的数据写会Model模型中。这样的做法一则不利于单元测试,往往靠手工点击界面来测试,至于以测试驱动开发就更难实现了。二者也不利于代码重用。提供使用MVP模式开发的例子-MVP Demo
androidmvp-master
- android mvp 设计模式的小项目-android mvp demo project
MVPDemo
- 此Demo解释了mvp的基本模式,通过model、view、presenter的相互联系进行程序的编写-This explains the basic Demo mode mvp through interconnected model, view, presenter of the program will be prepared
MVPPRxjavaPretrofit_demo
- MVP+RaJava+Retrofit 实现看知乎api的简单demo-Simple demo of MVP+RaJava+Retrofit
AndroidMVPSample-master
- Android MVP架构示例代码,供参考(Android MVP architecture Demo)
MVPDemo
- C# MVP 小demo model presenter view 并用 两种ui winform 和wpf 实现view(C# MVP smalldemo model presenter view two ui implements winform and wpf)