Using DataBinding and Retrofit to build a fast MVVM framework
compile 'com.bigkoo:mvvmframework:1.0.0'
这是一个搭建MVVM模式极速开发库,不使用dagger2、RxJava等学习成本高的库,仅仅用了DataBinding和Retrofit配合,结构简单容易理解,例子中也给出了DataBinding的使用和双向绑定,可供大家参考。
如何优雅的快速搭建MVVM项目-MVVMFramework系列教程(一)
如何优雅的快速搭建MVVM项目-MVVMFramework系列教程(二)
如何优雅的快速搭建MVVM项目-MVVMFramework系列教程(三)
如何优雅的快速搭建MVVM项目-MVVMFramework系列教程(四)
如何优雅的快速搭建MVVM项目-MVVMFramework系列教程(五)
如何优雅的快速搭建MVVM项目-MVVMFramework系列教程(六)
Copyright 2016 Sai
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.