RxAndroid学习指南

来源:互联网 发布:爱普生l351清零软件 编辑:程序博客网 时间:2024/06/06 12:35

一、推荐资料

给 Android 开发者的 RxJava 详解——扔物线
深入浅出RxJava(一:基础篇)
探索RxJava系列
RxJava操作符


二、相关译文

ReactiveX 的理念和特点
ReactiveX/RxJava文档中文版


三、RxJava在Android上的扩展库

https://github.com/ReactiveX/RxAndroid/wiki

RxLifecycle - Lifecycle handling APIs for Android apps using RxJava
RxBinding - RxJava binding APIs for Android's UI widgets.
SqlBrite - A lightweight wrapper around SQLiteOpenHelper and ContentResolver which introduces reactive stream semantics to queries.
Android-ReactiveLocation - Library that wraps location play services API boilerplate with a reactive friendly API. (RxJava 1)
RxLocation - Reactive Location APIs Library for Android. (RxJava 2)
rx-preferences - Reactive SharedPreferences for Android
RxFit - Reactive Fitness API Library for Android
RxWear - Reactive Wearable API Library for Android
RxPermissions - Android runtime permissions powered by RxJava
RxNotification - Easy way to register, remove and manage notifications using RxJava
RxClipboard - RxJava binding APIs for Android clipboard.
RxBroadcast - RxJava bindings for Broadcast and LocalBroadcast.
RxAndroidBle - Reactive library for handling Bluetooth LE devices.

四、其他

retryWhen和repeatWhen的区别

0 0