- 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.
- Redis使用手冊
- Java Data Science Cookbook
- Creating Mobile Apps with Sencha Touch 2
- Dependency Injection with AngularJS
- 基于OPAC日志的高校圖書館用戶信息需求與檢索行為研究
- 數據庫設計與應用(SQL Server 2014)(第二版)
- SQL應用及誤區分析
- 大數據數學基礎(R語言描述)
- Hands-On Deep Learning for Games
- 區塊鏈應用開發指南:業務場景剖析與實戰
- 云原生架構:從技術演進到最佳實踐
- 大數據技術體系詳解:原理、架構與實踐
- Access 2010數據庫應用技術教程(第二版)
- SQL進階教程(第2版)
- 社交網站的數據挖掘與分析(原書第2版)