This post originated from an RSS feed registered with Java Buzz
by josef betancourt.
Original Post: RxJava - Chaining Observables
Feed Title: T. C. Mits
Feed URL: http://octodecillion.com/feed/
Feed Description: Java development and other technology topics
I read that one can chain Observables using flatMap operator, similar to chaining promises using “then”. So, I thought I would try this. Of course, there is always an issue to cause one to renew learning something. The code below in listing 1, has a strange output. The strange thing is the “Completed” output. The … Continue reading RxJava – Chaining Observables→