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

RxJava 2.0 RC-2

Shohei Kawano
September 23, 2016

RxJava 2.0 RC-2

* NOTE:

This presentation DOES NOT contain all of the changes that will be made in RxJava 2.0. Also, the content of this presentation MAY BECOME OUTDATED as RxJava 2.0 gets updated.

* reactive-streams.org
http://www.reactive-streams.org/

* Reactive Streams · ReactiveX/RxJava Wiki
https://github.com/ReactiveX/RxJava/wiki/Reactive-Streams

* What's different in 2.0 · ReactiveX/RxJava Wiki
https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0

* amitshekhariitbhu/RxJava2-Android-Samples: RxJava 2 Android Examples - Migration From RxJava 1 to RxJava 2 - How to use RxJava 2 in Android
https://github.com/amitshekhariitbhu/RxJava2-Android-Samples

* JakeWharton/retrofit2-rxjava2-adapter: An RxJava 2 CallAdapter.Factory implementation for Retrofit 2.
https://github.com/JakeWharton/retrofit2-rxjava2-adapter

* 053: Jake Wharton on RxJava (2) – Fragmented
http://fragmentedpodcast.com/episodes/053-jake-wharton-on-rxjava-2/

* RxJava2: An Early Preview – Medium
https://medium.com/@theMikhail/rxjava2-an-early-preview-5b05de46b07#.1md9ccanj

* Droidcon NYC 2016
http://droidcon.nyc/

* Presentation I made before RC-1 release:
https://speakerdeck.com/shaunkawano/taking-glance-at-rxjava-2-dot-0

Shohei Kawano

September 23, 2016
Tweet

More Decks by Shohei Kawano

Other Decks in Programming

Transcript

  1. 5 Changes in RxJava 2.0 (RC-2) ! There are A

    LOT MORE than just 5 changes made between 1.x and 2.0
  2. 1

  3. 2

  4. rx

  5. 3

  6. 4

  7. 5

  8. Backpressure? In RxJava it is not difficult to get into

    a situation in which an Observable is emitting items more rapidly than an operator or subscriber can consume them. This presents the problem of what to do with such a growing backlog of unconsumed items. https://github.com/ReactiveX/RxJava/wiki/Backpressure#introduction
  9. Up-To-Date with RxJava 2.0 • Check out RxJava GitHub Repository


    - Wiki
 - 2.x Branch • Fragmented Podcast 053: Jake Wharton on RxJava (2) • Droidcon NYC 2016 (Live Streaming) http://fragmentedpodcast.com/episodes/053-jake-wharton-on-rxjava-2 http://droidcon.nyc