출처 : 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
andLocalBroadcast
. - RxAndroidBle - Reactive library for handling Bluetooth LE devices.
- RxImagePicker - Reactive library for selecting images from gallery or camera.
- ReactiveNetwork - Reactive library listening network connection state and Internet connectivity (compatible with RxJava1.x and RxJava2.x)
- ReactiveBeacons - Reactive library scanning BLE (Bluetooth Low Energy) beacons nearby (compatible with RxJava1.x and RxJava2.x)
- ReactiveAirplaneMode - Reactive library listening airplane mode (compatible with RxJava2.x)
- RxDataBinding - RxJava2 binding APIs for Android's Data Binding Library.
- RxLocationManager - RxJava/RxJava2 wrap around standard Android LocationManager without Google Play Services.
'링크모음 > rxjava' 카테고리의 다른 글
RxJava Extection 라이버러리 (0) | 2017.09.15 |
---|---|
Rxjava를 활용한 두개의 리스트 항목 비교 (0) | 2017.09.14 |
RxJava를 활용한 페이징(Paging) (0) | 2017.09.13 |
RxJava1 -< 2로 올릴때 주의할 점 (0) | 2017.08.28 |
Observable과 Flowable을 언제 써야할까? (0) | 2017.08.25 |