Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Agera is a set of classes and interfaces to help write functional, asynchronous, and reactive applications for Android.

Apr 19, 2016
Advertisement

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

Apr 12, 2016

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

Apr 12, 2016

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

Apr 12, 2016

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

Apr 12, 2016

Tagged Unions for the RxJava aesthete.

Apr 12, 2016

Joins operators for RxJava.

Apr 6, 2016

Utilities for use with RxJava.

Mar 17, 2016

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

Mar 2, 2016

RxJava types that are both an Observable and an Action1.

Dec 29, 2015

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

Dec 8, 2015
Advertisement

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

Aug 8, 2015

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

Aug 6, 2015

A from-scratch, re-implementation of RxAndroid with a consistent, opinionated API.

May 23, 2015

RxJava-Optional allows to use Optional with RxJava.

Feb 6, 2015

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

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

Dec 24, 2014

String operators for RxJava.

Nov 19, 2014

Android specific bindings for RxJava.

This module adds a number of classes to RxJava that make writing reactive components in Android applications easy and hassle free.

Nov 19, 2014
Advertisement

RxJava is a Java VM implementation of Reactive Extensions: a library for composing asynchronous and event-based programs by using observable sequences.

It extends the observer pattern to support sequences of data/events and adds operators that allow you to compose sequences together declaratively while abstracting away concerns about things like low-level threading, synchronization, thread-safety and concurrent data structures.

Jul 5, 2014

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