Jump to ratings and reviews
Rate this book

Reactive Programming on Android with RxJava

Rate this book
This book is a guide for experienced Android developers looking to learn about reactive programming using RxJava, the Java implementation of ReactiveX. It is written in a clear and concise way with many Android-specific examples.

---

Most modern mobile applications require that the user interface be responsive despite simultaneous operations occurring—downloading data over the network, displaying animations, writing files to disk, etc. As a consequence, concurrency and asynchronicity are inherent in mobile programming. Orchestrating concurrent code written in an imperative way, however, is known to be difficult and error-prone. Using the reactive programming paradigm, we are able to simplify much of these needs.

In the Android-world, the leading library for enabling reactive programming is RxJava. RxJava is the backbone of many large-scale applications such as Netflix, Soundcloud, and Trello. This book seeks to explain all there is to know about this topic and its applications in Android development using the latest version of RxJava, RxJava 2.x, by using examples that are familiar to Android developers.

At a high level, you will learn the following concepts:

* The 3 O's—Observable, Operator, Observer
* Alternative base reactive types—Completable, Maybe, Flowable
* Multithreading
* Hot vs. Cold Observables
* Subjects
* Error Handling
* Backpressure
* ...and many more!

104 pages, ebook

Published June 12, 2017

14 people are currently reading
10 people want to read

About the author

Christopher Arriola

2 books4 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
7 (46%)
4 stars
5 (33%)
3 stars
3 (20%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 of 1 review
6 reviews
May 19, 2019
A good book to systemize a sporadical Rx Java knowledge acquired from stackoverflow.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.