A set of RxJava sources & examples from all around the web, extended.
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).
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
- RxJava Official Wiki
- Rx Official Docs
- Rx Official Tutorial List (Go through it!)
- Rx Android By Example
This repo will include most of the lists in this section and even focus on Android.