RxJava学习笔记(一)

RxJava是什么

a library for composing asynchronous and event-based programs using observable sequences for the Java VM(一个对于构成使用的Java虚拟机观察序列异步和基于事件的程序库)。
github:https://github.com/ReactiveX/RxJava

学习资料:
ReactiveX文档中文翻译
给 Android 开发者的 RxJava 详解

响应式编程

你可能感兴趣的:(RxJava学习笔记(一))