Reactivex/rxjava Document Chinese version
Project Address: Https://github.com/mcxiaoke/RxDocs, Welcome to star and help improve.
Have any comments or suggestions, come here to Create New Issue
Read the Address
- Reactivex document Chinese Translation
- Pdf/epub/mobi format Download
Description
- Most are translated from Reactivex.io and RxJava Wiki, fixed some errors in the original text, supplemented with detailed instructions and examples
Version history
- 0.9.5-2016.03.14 text correction and retouching, thanks to @htoooth/@AlanCheen/@Ydcool/@loshine/@ppoffice to help improve
- 0.9.0-2015.11.25 correction errors and text retouching, thanks to @slb1988/@htoooth/@jiyee/@donglua help Perfect
- 0.8.0-2015.07.27 completed the preliminary review of all the documents, fixed some of the inappropriate words of the place
- 0.7.0-2015.07.24 complete the first translation of all documents, and adjust some links and text of the catalogue
- 0.6.0-2015.07.22 complete translation of most documents, use Gitbook to publish the initial version
Directory
- Reactivex-What is Rx,rx's philosophy and strengths
- Observables-A brief introduction to the Observer model of observable
- Single-a special observable that emits only one value
- The subject-observable and observer complexes are also the bridge between them.
- Scheduler-describes the various asynchronous task scheduling and default schedulers
- All Operators List-alphabetical listing of all operators
- Operators Categories-List of major operators by category
- Creating creation Action-//////
Create
Defer
From
Just
Start
Repeat
Range
- Transforming transform operation-/////
Buffer
Window
Map
FlatMap
GroupBy
Scan
- Filtering Filtration operation-/////
Debounce
Distinct
Filter
Sample
Skip
Take
- Combining combined operation-/////
And
StartWith
Join
Merge
Switch
Zip
- Error handling fault handling-
Catch
/Retry
- Utility Auxiliary operation-////
Delay
Do
ObserveOn
SubscribeOn
Subscribe
- Conditional conditions and Boolean operations-////
All
Amb
Contains
SkipUntil
TakeUntil
- Mathematical arithmetic and aggregation operations-//////
Average
Concat
Count
Max
Min
Sum
Reduce
- Async Asynchronous operation-/////
Start
ToAsync
StartFuture
FromAction
FromCallable
RunAsync
- Connect connection operation-
Connect
/// Publish
RefCount
Replay
- Convert conversion action-
ToFuture
/ ToList
/ ToIterable
/ ToMap
/toMultiMap
- Blocking blocking operation-//////
ForEach
First
Last
MostRecent
Next
Single
Latest
- String string operation-//////
ByLine
Decode
Encode
From
Join
Split
StringConcat
- Rxjava Documentation and Tutorials
- Rxjava Getting Started Guide
- Rxjava Use Example
- Implementing a custom operator
- Custom Plugins
- Backpressure
- Error handling
- Android Module
- Participate in development
- Supplemental reading Materials
Link
- Reactivex.io
- RxJava Wiki
- RxJava Javadoc
- Rxmarbles
- Advanced RxJava
- Intro to Rx
- Msdn
License Agreement
- Attribution-Non-commercial use-share in the same way 4.0 international
Contact information
- Blog:http://blog.mcxiaoke.com
- Github:https://github.com/mcxiaoke
- Email: [email protected]
Open Source Projects
- Rx Document Chinese Translation: Https://github.com/mcxiaoke/RxDocs
- MQTT protocol Chinese version: Https://github.com/mcxiaoke/mqtt
- Awesome-kotlin:https://github.com/mcxiaoke/awesome-kotlin
- Kotlin-koi:https://github.com/mcxiaoke/kotlin-koi
- Next Common Components Library: Https://github.com/mcxiaoke/Android-Next
- PACKERNG Fast pack: Https://github.com/mcxiaoke/packer-ng-plugin
- Gradle Channel Packaging: Https://github.com/mcxiaoke/gradle-packer-plugin
- Eventbus Implementation Xbus:https://github.com/mcxiaoke/xbus
- Mushroom Rice App:https://github.com/mcxiaoke/minicat
- Rice no client: Https://github.com/mcxiaoke/fanfouapp-opensource
- Volley Mirror: Https://github.com/mcxiaoke/android-volley
RxJava Learning materials--reactivex and RxJava