How to Use RxJava with Android: Managing Async API Calls
We’ve written about RxJava and Android before, but this tutorial from howrobotswork takes a more in-depth look at RxJava through one particular use case: managing async API calls. If you’re not familiar with RxJava, howrobotswork describes it as a “Jav…