Yptake / MVVMArchitectureSample

MVVMArchitecture 框架的例子项目

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MVVMArchitecture 的例子工程,

采用 submodule 的方式引用 MVVMArchitecture,所以在克隆的时候,需把 MVVMArchitecture 也一起克隆下来:

git clone --recursive git@github.com:imyyq-star/MVVMArchitecture.git

或者先把 Sample 克隆后,执行:

git submodule init
git submodule update

部分例子还未完全完成。

About

MVVMArchitecture 框架的例子项目

License:Apache License 2.0


Languages

Language:Java 100.0%