Skip to content

Latest commit

 

History

History
75 lines (57 loc) · 5.62 KB

README.md

File metadata and controls

75 lines (57 loc) · 5.62 KB

Awesome RxJava Awesome

Useful resources for working with RxJava

Inspired by the awesome list thing.

Bindings

  • RxAndroid - Android specific bindings for RxJava.
  • RxBinding - RxJava binding APIs for Android UI widgets from the platform and support libraries.
  • rx-preferences - Reactive SharedPreferences for Android.
  • RxPermissions - Android M runtime permissions powered by RxJava.
  • SQLBrite - A lightweight wrapper around SQLiteOpenHelper and ContentResolver which introduces reactive stream semantics to queries.
  • Android-ReactiveLocation - Small library that wraps Google Play Service API in brilliant RxJava Observables reducing boilerplate to minimum.
  • ReactiveNetwork - Android library listening network connection state and change of the WiFi signal strength with RxJava Observables.
  • ReactiveSensors - Android library monitoring hardware sensors with RxJava Observables.
  • RxPalette - RxJava bindings for the Palette library on Android.
  • rxjava-jdbc - Efficient execution and functional composition of database calls using jdbc and RxJava Observables.
  • rxjava-file - RxJava observables for files including NIO events.
  • RxTuples - Simple tuples to use with RxJava.