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

Reactive Programming with RxJava

Reactive Programming with RxJava

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