文件名称:Android代码-RxPM
文件大小:417KB
文件格式:ZIP
更新时间:2022-08-27 12:57:22
Android代码
RxPM Reactive implementation of Presentation Model pattern in Android. RxPM allows to use the RxJava all the way from the view to the model. The main advantage of that is the ability to write UI logic declaratively. We focus on practice, so the library solves most of the typical presentation layer problems. Why PM and not MVVM? Actually the only difference between these two is that PM does'n have automated binding. So PM name is just more correct for us. However many call it MVVM, so let it