kaushikgopal / RxJava-Android-Samples

Learning RxJava for Android by example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Help Needed

nksaroj opened this issue · comments

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

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