I need some help in implementing parallel asynchronous calls in RxJava. I have picked up a simple use case wherein the FIRST call fetches (rather searches) a list of products (Tile) to be displayed. The subsequent calls go out and …
An interviewer asked me:
What is Observer and Observable and when should we use them?
I wasn't aware of these terms, so when I got back home and started Googling about Observer and Observable, I found some points from different …