RxJava,它就是在观察者模式的骨架下,通过丰富的操作符和便捷的异步操作来完成对于复杂业务的处理。RXJava学习最友好的系列资料如下:
一、关于RxJava最友好的文章
https://gold.xitu.io/post/580103f20e3dd90057fc3e6d
二、操作符例子学习:
https://github.com/ladingwu/ApplicationDemo
三、关于RxJava最友好的文章(进阶):
https://gold.xitu.io/post/5818777f67f356005871ef2c
四、关于RxJava最友好的文章——背压:(Backpressure):
https://gold.xitu.io/post/582d413c8ac24700619cceed
五、关于RxJava最友好的文章—— RxJava2.0全新来袭https://gold.xitu.io/post/582b2c818ac24700618ff8f5
六、有外国朋友写的RxJava2.0的demo,项目地址如下:
https://github.com/amitshekhariitbhu/RxJava2-Android-Samples