项目作者: Hitesh880443

项目描述 :
Android (MVVM) pattern with RXJava & Retrofit .
高级语言: Java
项目地址: git://github.com/Hitesh880443/MVVM_RX.git
创建时间: 2018-06-25T19:58:51Z
项目社区:https://github.com/Hitesh880443/MVVM_RX

开源协议:

下载


MVVM_RX

Implementing MVVM using RxJava, Retrofit and DataBinding

Like other architectural patterns, the good way to organize your code is to use the ‘MVVM’ pattern. The Model, View, ViewModel (MVVM pattern) helps us to organize and structure our code. The result of this is, the model drives as many of the operations as possible, minimizing the logic in the view. In the final, the code becomes maintainable, testable and extensible applications.

This code is demonstration of,

  • MVVM
  • RxJava
  • Retrofit
  • Databinding.

The final goal is, to get the data from Server and showing that in the APP.

App design

picture alt