7696 Forks
47070 Stars
47070 Watchers

RxJava

RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.

How to download and setup RxJava

Open terminal and run command
git clone https://github.com/ReactiveX/RxJava.git
git clone is used to create a copy or clone of RxJava repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with RxJava https://github.com/ReactiveX/RxJava/archive/master.zip

Or simply clone RxJava with SSH
[email protected]:ReactiveX/RxJava.git

If you have some problems with RxJava

You may open issue on RxJava support forum (system) here: https://github.com/ReactiveX/RxJava/issues