Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Library to convert between RxJava 1.x and 2.x reactive types.

Sep 7, 2016
Advertisement

Joins operators for RxJava.

Apr 6, 2016

String operators for RxJava.

Nov 19, 2014

Adapter between RxJava V1 and V2.

Aug 17, 2016

Kotlin Adaptor for RxJava.

Kotlin has support for SAM (Single Abstract Method) Interfaces as Functions (i.e. Java 8 Lambdas). So you could use Kotlin in RxJava without this adaptor

Feb 2, 2015

Lifecycle handling APIs for Android apps using RxJava2.

Aug 6, 2017

Binds RxList to the RecyclerView.Adapter.

Jul 9, 2016

compose() your Observables into ones that load data that's cached across activity orientation changes without leaking your Activity and without you having to worry about unsubscribing.

Jul 29, 2016

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

This library implements reactive paging and loading. It helps to handle the states of loading a simple data (LCE - loading/content/error) or the complex states of lists with pagination (PLCE - paging/loading/content/error). The solution is based on the usage of Unidirectional Data Flow pattern.

Jan 31, 2020

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

Apr 12, 2016

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

Aug 6, 2015

A library that manages state using RxJava 2.

Sep 29, 2017

RxJava types that are both an Observable and an Action1.

Dec 29, 2015

An RxJava transformer which combines replay, publish, and refCount operators.

Mar 2, 2016

Tagged Unions for the RxJava aesthete.

Apr 12, 2016

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

Feb 24, 2017

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

Aug 8, 2015

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

Sep 9, 2017

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

Dec 8, 2015

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

Dec 18, 2016