SelfZhangTQ / T-MVVM

This repository contains a detailed sample app that implements MVVM architecture using LiveData,ViewModel,Retrofit,Rxjava
686 stars 161 forks source link

有些问题 #23

Open zt3468574 opened 4 years ago

zt3468574 commented 4 years ago

1..ViewModel和Repository应该是一对多的关系,这个问题倒是好解决 2..数据与视图绑定这块,有没有什么好的点子,DataBingding虽然有很多缺点,但是数据与视图绑定这块,确实是实现了一种解决方案,虽然写在xml里面有点反人类