Rxjava2.x学习记录(三)

Rxjava2.x的内容和Rxjava1.x稍有差别,操作符部分基本不变

使用添加依赖

compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
compile 'io.reactivex.rxjava2:rxjava:2.1.5'

具体的使用方法详见

http://www.jianshu.com/p/0cd258eecf60

猜你喜欢

转载自blog.csdn.net/android_hdh/article/details/78249122