chaining-rxjava

Additional

Language
Java
Version
N/A
Created
Feb 21, 2016
Updated
Jan 5, 2018 (Retired)
Owner
Miguel Juárez López (murki)
Contributor
Miguel Juárez López (murki)
1
Activity
Badge
Generate
Download
Source code

Chaining multiple sources with RxJava

Companion piece to blog post: https://medium.com/@murki/chaining-multiple-sources-with-rxjava-20eb6850e5d9

Pre-requisites:

This code example uses the Flickr API which requires you to use your own API Key, which you can get here: https://www.flickr.com/services/api/misc.api_keys.html

Once you get the key, you can add it to your local gradle.properties file as FLICKR_API_KEY="xxxxxxxxxxxxxxxxxx" because it will be retrieved by gradle at build time via https://github.com/murki/chaining-rxjava/blob/master/app/build.gradle#L23