ReactiveX/RxJava文档中文版
GitHub托管
https://github.com/JackChan1999/RxDocs
GitBook在线阅读
在线阅读,PDF、ePub、Mobi电子书下载
https://www.gitbook.com/book/alleniverson/rxdocs/welcome
给 Android 开发者的 RxJava 详解
https://www.gitbook.com/book/alleniverson/rxjava-docs-for-android-developer/details
RxJava Essentials 中文翻译版
https://www.gitbook.com/book/alleniverson/rxjava-essentials/details
说明
- 大部分是翻译自 ReactiveX.io 和 RxJava Wiki,修正了原文的一些错误,补充了详细的说明和示例
版本历史
- 1.0.1 - 2017.07.20 图片链接修正,文本修正
- 1.0.0 - 2016.11.28 文本修正和润色,感谢@jiefly/@donglua/@cccxm等帮忙完善
- 0.9.5 - 2016.03.14 文本修正和润色,感谢@htoooth/@AlanCheen/@Ydcool/@loshine/@ppoffice帮忙完善
- 0.9.0 - 2015.11.25 修正错误和文本润色,感谢@slb1988/@htoooth/@jiyee/@donglua帮忙完善
- 0.8.0 - 2015.07.27 完成全部文档的初步审校,修正了部分用词不当的地方
- 0.7.0 - 2015.07.24 完成全部文档的初译,调整了目录的部分链接和文本
- 0.6.0 - 2015.07.22 完成绝大部分文档的翻译,使用GitBook发布初始版本
目录
- 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
- Creating 创建操作 -
- RxJava文档和教程
链接
许可协议
关注我
- Email:[email protected]
- CSDN博客:Allen Iverson
- 新浪微博:AndroidDeveloper
- GitHub:JackChan1999
- GitBook:alleniverson
- 个人博客:JackChan
开源项目
- 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