-
Better Exponential Backoffs with RxJava and Retrofit on Android
This article assumes that the reader is familiar with RxJava and Retrofit. It also makes use of Observable responses from the generated API interface. If you are unfamiliar with these topics, check of the following sources. RxJava on Github Dan Lew on RxJava Retrofit by Square Let's face it, networking…