NicoToast / rxjava-examples

全面,完整,图文并茂的RxJavaAPI使用示例。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#RxJava 示例工程

#理解RxJava API的一个关键是明白API需要Observable的Case是异步使用场景,而返回普通对象类型的是同步使用场景, 比如flatmap与map, buffer中的多个重载等。

讲解RxJava如何使用的示例工程,你可以将它安装在android手机上,然后就可以随手学习RxJava的api了. 点击API名称,可以看到源码,源码输出以及对应的marble-diagram.

API描述目前支持中文和英文两种语言, 如果你的Android设备使用的是中文,那么你看到的API描述会跟我如下的截图有所不同.

rxjava-examples

rxjava-example android project

Show how to use RxJava API, you can install the Demo APK on your android phone, and then you can learn RxJava API everywhere!

click the api name, and you can see the source code, output and relevant marble diagram at the same time. all the source codes show on the sample gui are generated from my project source, and all the marble diagram is loaded from load.

Download APK

Barcode/二维码

Demo Screenshot1

Demo Screenshot2

About

全面,完整,图文并茂的RxJavaAPI使用示例。


Languages

Language:Java 97.9%Language:Python 2.1%