- 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
推薦閱讀
- Python零基礎快樂學習之旅(K12實戰訓練)
- 21天學通C++(第6版)
- Podman實戰
- 精通Scrapy網絡爬蟲
- Python程序設計案例教程
- The DevOps 2.4 Toolkit
- WordPress Plugin Development Cookbook(Second Edition)
- PhpStorm Cookbook
- 軟件架構:Python語言實現
- PostgreSQL Replication(Second Edition)
- 零基礎學單片機C語言程序設計
- Hands-On Automation Testing with Java for Beginners
- Web Development with MongoDB and Node(Third Edition)
- Python深度學習:模型、方法與實現
- Learn Spring for Android Application Development