ReactiveX/RxJava文档中文版

项目地址:https://github.com/mcxiaoke/RxDocs,欢迎Star和帮忙改进。

有任何意见或建议,到这里提出Create New Issue

阅读地址

ReactiveX文档中文翻译

PDF/ePub/Mobi格式下载

说明

大部分是翻译自ReactiveX.io和RxJava Wiki,修正了原文的一些错误,补充了详细的说明和示例

目录

ReactiveX- 什么是Rx,Rx的理念和优势

Observables- 简要介绍Observable的观察者模型

Single- 一种特殊的只发射单个值的Observable

Subject- Observable和Observer的复合体,也是二者的桥梁

Scheduler- 介绍了各种异步任务调度和默认调度器

All Operators List- 按字母顺序的全部操作符列表

Operators Categories- 按目录分类的主要操作符列表

Creating 创建操作-Create/Defer/From/Just/Start/Repeat/Range

Transforming 变换操作-Buffer/Window/Map/FlatMap/GroupBy/Scan

Filtering 过滤操作-Debounce/Distinct/Filter/Sample/Skip/Take

Combining 结合操作-And/StartWith/Join/Merge/Switch/Zip

Error Handling 错误处理-Catch/Retry

Utility 辅助操作-Delay/Do/ObserveOn/SubscribeOn/Subscribe

Conditional 条件和布尔操作-All/Amb/Contains/SkipUntil/TakeUntil

Mathematical 算术和聚合操作-Average/Concat/Count/Max/Min/Sum/Reduce

Async 异步操作-Start/ToAsync/StartFuture/FromAction/FromCallable/RunAsync

Connect 连接操作-Connect/Publish/RefCount/Replay

Convert 转换操作-ToFuture/ToList/ToIterable/ToMap/toMultiMap

Blocking 阻塞操作-ForEach/First/Last/MostRecent/Next/Single/Latest

String 字符串操作-ByLine/Decode/Encode/From/Join/Split/StringConcat

RxJava文档和教程

RxJava入门指南

RxJava使用示例

实现自定义操作符

自定义插件

Backpressure

错误处理

Android模块

参与开发

补充阅读材料

链接

ReactiveX.io

RxJava Wiki

RxJava Javadoc

RxMarbles

Advanced RxJava

Intro to Rx

MSDN

许可协议

署名-非商业性使用-相同方式共享 4.0 国际

联系方式

Blog:http://blog.mcxiaoke.com

Github:https://github.com/mcxiaoke

Email:[email protected]

开源项目

Rx文档中文翻译:https://github.com/mcxiaoke/RxDocs

MQTT协议中文版:https://github.com/mcxiaoke/mqtt

Awesome-Kotlin:https://github.com/mcxiaoke/awesome-kotlin

Kotlin-Koi:https://github.com/mcxiaoke/kotlin-koi

Next公共组件库:https://github.com/mcxiaoke/Android-Next

PackerNg极速打包:https://github.com/mcxiaoke/packer-ng-plugin

Gradle渠道打包:https://github.com/mcxiaoke/gradle-packer-plugin

EventBus实现xBus:https://github.com/mcxiaoke/xBus

蘑菇饭App:https://github.com/mcxiaoke/minicat

饭否客户端:https://github.com/mcxiaoke/fanfouapp-opensource

Volley镜像:https://github.com/mcxiaoke/android-volley

你可能感兴趣的:(ReactiveX/RxJava文档中文版)