DesignResCollection/DesignResCollection_MVC at master · boredream/DesignResCollection

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Latest commit

History

History

DesignResCollection_MVC

Model-View-Controller 结构

经典MVC模式。
LeanCloud作为后端,网络框架+图片框架,一起组成了一个普通App最基础的部分。可以参考本项目框架实现自己各种idea~
最好自己去申请个LeanCloud或者Bmob的账号应用,两个平台的Restful-API由于是一毛一样的,所以可以随意切换~

使用框架

  • 使用LeanCloud的Restful-API接口作为后端服务。
  • 网络框架部分使用Retrofit2.0
  • 图片框架部分使用Glide。
  • 响应式编程RxJava + RxBinding