Summary
In this chapter, we've learned how to combine Observable instances, how to create dependencies between them, and how to react to errors. As we've seen in the final example, we are now capable of creating quite complex logic using just Observable instances and their operators. Adding to that the RxJava modules available on the Internet, we can turn almost every data source into an Observable instance.
The next step is to master Schedulers. They will provide us with the power to handle multi-threading while coding using this reactive style of programming. Java is famous for its concurrency; it is time to add these capabilities of the language to our Observable chains, doing multiple HTTP requests in parallel (for example). Another new thing ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access