Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Reactive Programming with RxJava

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

Reactive Programming with RxJava

Avatar for Piotr Krystyniak

Piotr Krystyniak

January 18, 2016
Tweet

Other Decks in Programming

Transcript

  1. Operators - Combining - merge, concat, zip - Filtering -

    filter, distinct - Transforming - map, scan
  2. RxAndroid - 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. - rx-preferences - Reactive SharedPreferences for Android