RxJava

Posted 人在江湖之诗和远方

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RxJava相关的知识,希望对你有一定的参考价值。

RxJava是一种基于观察者模式的响应式编程框架

ReactiveX
An API for asynchronous programming with observable streams.
A combination of the best ideas from the Observer pattern, the Iterator pattern, and functional programming.

 

ref

https://www.jianshu.com/p/0cd258eecf60

http://www.importnew.com/23325.html



以上是关于RxJava的主要内容,如果未能解决你的问题,请参考以下文章

RxJavaFlowLiveData适用范围

RxJavaFlowLiveData适用范围

案例分析:设计模式与代码的结构特性

Android:rxjava简单实现原理(create操作符)

Android 基础面内容——Rxjava与协程(含参考答案)