- Learning RxJava
- Thomas Nield
- 268字
- 2021-07-02 22:22:49
What we will learn in this book?
As stated earlier, RxJava is the ReactiveX port for Java. In this book, we will focus primarily on RxJava 2.0, but I will call out significant differences in RxJava 1.0. We will place priority on learning to think reactively and leverage the practical features of RxJava. Starting with a high-level understanding, we will gradually move deeper into how RxJava works. Along the way, we will learn about reactive patterns and tricks to solve common problems programmers encounter.
In Chapter 2, The Observable and Subscribers, Chapter 3, Basic Operators, and Chapter 4, Combining Observables, we will cover core Rx concepts with Observable, Observer, and Operator. These are the three core entities that make up RxJava applications. You will start writing reactive programs immediately and have a solid knowledge foundation to build on for the rest of the book.
Chapter 5, Multicasting, Replaying, and Caching, and Chapter 6, Concurrency and Parallelization, will explore more of the nuances of RxJava and how to effectively leverage concurrency.
In Chapter 7, Switching, Throttling, Windowing, and Buffering and Chapter 8, Flowables and Backpressure, we will learn about the different ways to cope with reactive streams that produce data/events faster than they can be consumed.
Finally, Chapter 9, Transformers and Custom Operators, Chapter 10, Testing and Debugging, Chapter 11, RxJava on Android, and Chapter 12, Using RxJava with Kotlin New, will touch on several miscellaneous (but essential) topics including custom operators as well as how to use RxJava with testing frameworks, Android, and the Kotlin language.
- Learning ROS for Robotics Programming(Second Edition)
- R語言數據可視化之美:專業圖表繪制指南
- R語言游戲數據分析與挖掘
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- The React Workshop
- C語言程序設計案例式教程
- 飛槳PaddlePaddle深度學習實戰
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Learning R for Geospatial Analysis
- 智能手機APP UI設計與應用任務教程
- App Inventor少兒趣味編程動手做
- SignalR:Real-time Application Development(Second Edition)
- C++程序設計
- 軟件工程與UML案例解析(第三版)
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)