kaushikgopal / RxJava-Android-Samples

Learning RxJava for Android by example
Apache License 2.0
7.55k stars 1.37k forks source link

[Question] Help Needed #110

Closed nksaroj closed 7 years ago

nksaroj commented 7 years ago

Polling to Backend API in regular interval for certain number of times in a regular interval - Retrofit & RxJava

https://stackoverflow.com/questions/44920829/polling-to-backend-api-in-regular-interval-for-certain-number-of-times-in-a-regu

kaushikgopal commented 7 years ago

@nksaroj - great to see you got answers on SO. Also added a third option there for "short-circuiting" observables that I've found nifty in the past.