/RxJavaDemoApp

This repository contains 100+ examples using RxJava for Android

Primary LanguageJavaApache License 2.0Apache-2.0

RxJava for Android (100+ Examples Pack)

This repository is intended to provide in a single place (i.e. a single Android app) over than 100 examples of RxJava for Android which you can use as a reference when dealing with RxJava.

In order to make it easy to find the examples throughout the app, we divided them in different categories. They are:

  • Operators Examples: Basically it contains examples of operators used to filtering, combining, transforming data, etc as well as some error handling examples.
  • Backpressure Examples: Contain different approaches to deal with backpressure.
  • Hot Observable Examples: Show how to use Hot Observables by using operators such as cache, replay, etc.
  • Parallelization: Demonstrate how to do real parallelization using RxJava operators and schedulers.
  • General Examples: Contain some examples that do not fit in any of the previous categories.

Some examples were already covered into details in one of the articles of our RxJava series (you can find the links below), while some other were based on external articles, so you can go directly to those articles and see the the authors' explanations.

It's worth mentioning whenever an example was based on an external article, we added a reference to the sources, so all the credits go to the authors.

You can find details about this repository here.

Here is a list of all covered examples on the demo app and the articles on which they were based:

License

This project is licensed under the Apache-2.0 - see the LICENSE file for details