- Learning RxJava
- Thomas Nield
- 130字
- 2021-07-02 22:22:51
Observables and Subscribers
We already got a glimpse into the Observable and how it works in Chapter 1, Thinking Reactively. You probably have many questions on how exactly it operates and what practical applications it holds. This chapter will provide a foundation for understanding how an Observable works as well as the critical relationship it has with the Observer. We will also cover several ways to create an Observable as well make it useful by covering a few operators. To make the rest of the book flow smoothly, we will also cover all critical nuances head-on to build a solid foundation and not leave you with surprises later.
Here is what we will cover in this chapter:
- The Observable
- The Observer
- Other Observable factories
- Single, Completable, and Maybe
- Disposable
推薦閱讀
- 數據庫系統原理及MySQL應用教程(第2版)
- Java多線程編程實戰指南:設計模式篇(第2版)
- Machine Learning with R Cookbook(Second Edition)
- Python程序設計案例教程
- JavaScript從入門到精通(第3版)
- Python Web數據分析可視化:基于Django框架的開發實戰
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- 移動互聯網軟件開發實驗指導
- Rust游戲開發實戰
- Modern C++ Programming Cookbook
- Mastering OAuth 2.0
- Clojure Web Development Essentials
- Python編程入門(第3版)
- 精益軟件開發管理之道
- Mastering Data Analysis with R