Top Stories published by Yammer Engineering in 2016

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).