- Reactive Programming in Kotlin
- Rivu Chakraborty
- 167字
- 2021-07-02 22:26:40
Observables, Observers, and Subjects
Observables and subscribers are at the base of reactive programming. We can say that they are the building blocks of reactive programming. In the previous two chapters, you already got a glimpse of Observables and subject. We observed on data with observable/subject instances; but that's not all we want; instead, we want to get all the actions and data changes reactively into the observable instances, making the application completely reactive. Also, while reading the previous chapters, you may have wondered how exactly does it operate? In this chapter, let's have a foundation of the pillars of reactive programming—Observables, Observers, and subjects:
- We will look into details of transforming various data sources to observable instances
- You will learn about various types of Observables
- How to use Observer instances and subscriptions, and, lastly, subjects and their various implementations
We will also learn about various factory methods of Observable.
There's a lot to understand in this chapter, so let's start with understanding Observables first.
- 漫話大數(shù)據(jù)
- 數(shù)據(jù)庫技術(shù)與應(yīng)用教程(Access)
- Spark大數(shù)據(jù)分析實(shí)戰(zhàn)
- 揭秘云計(jì)算與大數(shù)據(jù)
- Oracle高性能自動化運(yùn)維
- 大數(shù)據(jù)技術(shù)入門
- 數(shù)據(jù)科學(xué)工程實(shí)踐:用戶行為分析與建模、A/B實(shí)驗(yàn)、SQLFlow
- 重復(fù)數(shù)據(jù)刪除技術(shù):面向大數(shù)據(jù)管理的縮減技術(shù)
- 區(qū)域云計(jì)算和大數(shù)據(jù)產(chǎn)業(yè)發(fā)展:浙江樣板
- The Natural Language Processing Workshop
- AndEngine for Android Game Development Cookbook
- 數(shù)據(jù)迷霧:洞察數(shù)據(jù)的價(jià)值與內(nèi)涵
- 達(dá)夢數(shù)據(jù)庫集群
- 大數(shù)據(jù)架構(gòu)師指南
- 圖解LeetCode初級算法(Python版)