摘要: MVVM模式 一、MVVM模式概述 MVVM Pattern : Model\View\ViewModel View:视图、UI界面 ViewModel:ViewModel是对Model的封装,通过一系列属性暴露Model的状态,提供给View进行显示 Model:数据模型 使用MVVM模式可以将代 阅读全文
posted @ 2016-04-05 12:40 iGotogo 阅读(3642) 评论(2) 推荐(7)