Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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
Advertisement

Dispose automatically RxJava2 streams using AAC Lifecycle.

Jan 26, 2019

Utilities for use with RxJava.

Mar 17, 2016

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

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

This is a repository with real-world useful examples of using RxJava with Android.

Sep 22, 2014

Reduks (similarly to Reduxjs) is basically a simplified Reactive Functional Programming approach for implementing UI for Android.

Aug 28, 2016

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

Sep 7, 2016

RxJava 2 Android Examples:

  • Migration From RxJava 1 to RxJava 2
  • How to use RxJava 2 in Android
Sep 8, 2016

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

Mar 2, 2016

Roaring RxJava. A collection of useful RxJava 2.X classes.

Jan 21, 2017

This guide aims to introduce a beginner reactive programmer to the complete power of the RxJava implementation of reactive programming for the JVM. It is based on the IntroToRx guide for Rx.NET.

No experience with either reactive or functional programming is needed to follow the book. Familiarity with the basics of Java is required.

Feb 18, 2017

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

Apr 19, 2016

RxGroups lets you group RxJava Observables together in groups and tie them to your Android lifecycle.

Jun 13, 2016

Interactive Extensions for Java.

Jul 25, 2016

Reactive Event Hub.

Aug 31, 2016

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

May 23, 2015

A thin wrapper around Java Collections using RxJava2 in which you can observe the insertions,removals and modifications. Inspired from observable collections in JavaFX and observable properties in Swift.

Dec 19, 2017

A library that manages state using RxJava 2.

Sep 29, 2017

RxJava types that are both an Observable and an Action1.

Dec 29, 2015

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

This is a tiny library for Android which makes it simple to monitor when your app becomes visible or hidden, in a cool RxJava way.

May 11, 2016

Easily dispose rxJava streams with Android's Lifecycle.

Oct 2, 2018

This is a simple rxjava2 timer.

Apr 18, 2017

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

Showcase project of Functional Reactive Programming on Android, using RxJava.

Oct 27, 2016

Automatically dispose RxJava 2 streams in Android using Lifecycle events.

Dec 7, 2017

This project contains RxJava 2 implementations of the sample operators found in the RxMarbles Android Application.

Jul 15, 2017
Advertisement

Reactive events and properties with RxJava for Android.

Apr 22, 2016

An RxJava Extension for the LiveData observer introduced by Google. Provides the ability to perform single actions using RxJava and takes advantage of an automatic subscription of the Lifecycle owner. Mainly designed to used Room CRUD commands with RxJava.

Jul 22, 2018