/learning-RxJava

A set of RxJava sources & examples from all around the web, extended.

Primary LanguageJava

learning-RxJava

A set of RxJava sources & examples from all around the web, extended.


Installation

Open the .iml file to load the project. I'm using Intellij Idea Community Version with Java 8.

Notice: If you ran into errors for the @Override notations and unsupported Lambdas, make sure to leave the target SDK empty in File -> Settings -> Compiler (use search bar). Also, head to the .iml used to import the project, modify the compontent's attribute - LANGUAGE_LEVEL - to JDK_1_8.

Re-Build the project (Build -> Rebuild Project).

Resources

Grokking RxJava Part 1 - Examples 1-6

Grokking RxJava Part 2 In this series, the author provides method names that are network related operations which return an Observable. This repo replaces all these calls with loops and basic object manipulation - Examples 7-11

Grokking RxJava Part 3 - Examples 12-13

How To Use RxJava - Examples 1-7

Error Handling - Official Documentation

Readings/Tutorials

This repo will include most of the lists in this section and even focus on Android.