rxjava-examples
Introduction: RxJava 示例工程
Tags:
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.