This is a repository with real-world useful examples of using RxJava with Android. It usually will be in a constant state of "Work in Progress" (WIP). I've also been giving talks about Learning Rx ...
To test out RxJava, we’ll write a command-line application that watches the public event stream developed by CoinCap. This event stream provides a WebSocket API, which is like a firehouse of ...
Customer stories Events & webinars Ebooks & reports Business insights GitHub Skills ...
Backpressure is the ability of a downstream consumer to signal to an upstream producer how much data it can handle at a time, and to request more or less data accordingly. This way, the producer can ...
As an Android Developer, I have developed tons of apps without using RxJava.We have managed async calls in Android using callbacks. For example, we have login functionality most of the apps. for this, ...
Upgrading to the latest release of a library is usually as simple as changing the version number in your dependency configuration, but for RxJava users, making the switch to RxJava 2.0 isn’t quite so ...
RxJava includes built-in, test-friendly solutions. Use TestSubscriber to verify Observables. Use TestScheduler to have strict control of time. The Awaitility library provides additional control of ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results