Tagged in

Android

Yammer Engineering
Yammer Engineering
We bring you Yammer. Here’s how we do it.
More information
Followers
272
Elsewhere
More, on Medium

Chaining multiple sources with RxJava

The pattern for loading and displaying data for our Yammer Android app is roughly as follows:

  1. When wanting to show content query two sources: one being the disk (cache), and the other one being the network (API).