Learning RxJava by Thomas Nield
English | 2017 | ISBN: 1787120422 | 393 Pages | EPUB true | 3.41 MB
English | 2017 | ISBN: 1787120422 | 393 Pages | EPUB true | 3.41 MB
Starting with a brief introduction to reactive programming concepts, there is an overview of Observables and Observers, the core components of RxJava, and how to combine different streams of data and events together. You will also learn simpler ways to achieve concurrency and remain highly performant, with no need for synchronization. Later on, we will leverage backpressure and other strategies to cope with rapidly-producing sources to prevent bottlenecks in your application. After covering custom operators, testing, and debugging, the book dives into hands-on examples using RxJava on Android as well as Kotlin.