Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

RxLoader caches the data emitted by your Observable across orientation changes by utilizing an Android Loader, while also providing the results from an Observable preserving the RxJava pattern.

Oct 22, 2016

Chaining multiple sources with RxJava.

Sep 5, 2016

Try<T> computation for RxJava to produce non-interrupted stream.

Sep 9, 2017

Lifecycle handling APIs for Android apps using RxJava2.

Aug 6, 2017

This is a collection of samples demonstrating the use of operators in RxJava 2.0 and RxKotlin.

Jul 17, 2017

This is the RxJava2 port of the RxGroups project developed by AirBnb. The branch rx-2.0 has the Rx2 changes. The changes have been done on master branch of RxGroups. The following documentation written for RxGroups by AirBnb applies to Rx2Groups as well. All the API and package names originally written by AirBnb remains as it is. I have transitioned all the RxJava APIs(including the unit tests) to RxJava2.

RxGroups lets you group RxJava Observables together in groups and tie them to your Android lifecycle. This is especially useful when used with Retrofit.

Jul 17, 2017

Rxjava2 scheduler transformer tools for RxLife.

May 7, 2017

Tagged Unions for the RxJava aesthete.

Apr 12, 2016

RxPartialApplication is a library to allow partial application on RxJava function primitives.

Apr 12, 2016

RxCurrying is a library to allow currying on RxJava function primitives.

Apr 12, 2016

RxTuples is a library to smooth RxJava usage by adding simple Tuple creation functions.

Dec 8, 2015

RxActions is a library to smooth RxJava usage by functionally composing actions.

Apr 12, 2016

This is a library that can help you to receive results from startActivityForResult() as an Observable.

Mar 30, 2017

RxComprehensions is a library to reduce boilerplate and simplify your Observable chains.

Oct 6, 2016

An application that helps you learn and better understand ReactiveX on Android.

Jul 29, 2016

RxFunctions is a library to smooth RxJava usage by functionally composing functions.

Apr 12, 2016

This project is implementation of ideas from Managing state reactive way article.

Feb 24, 2017
Advertisement

A Promise wrapper around RxJava's Observable. A promise represents a future value (usually of an asynchronous operation).

Aug 6, 2015

An RxJava 2 operator which splits an observable into windows using a key selector.

Dec 18, 2016

String operators for RxJava.

Nov 19, 2014

A Java fluent assertion wrapper to improve readability of RxJava's TestSubscriber assertions.

Aug 6, 2016

Convert between RxJava and Agera reactive base types.

May 10, 2016

RxJava common usage scenarios.

Jan 9, 2016

Adapter between RxJava V1 and V2.

Aug 17, 2016

Binds RxList to the RecyclerView.Adapter.

Jul 9, 2016

RxT4A - RxJava Toolbox for Android (a fork of RxAndroid).

Aug 8, 2015

RxJava-Optional allows to use Optional with RxJava.

Feb 6, 2015

RxBinding is an easy one-way binding support for Android, which is based on RxJava.

Dec 24, 2014

Joins operators for RxJava.

Apr 6, 2016

A simple FRP library and a android event framework built on it. This is fork of nafg reactive library for scala FRP.

Jul 5, 2014