Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo
Advertisement

Java8 has amazing Stream API, but only for android API 25 and above and can not be use used if your app supports any lower API than 25.

Here is light weight "Flow" a stream like API that can be used on lower version of JAVA and Android. Very very light having less than 10 classes and it has only few important function of stream.

Aug 20, 2017

FunctionalRx2 is a collection of constructs to simplify a functional programming approach to development on Java and Android.

Jan 24, 2017

A library that enables writing all your code in a declarative manner, fully applicable with RxJava 2, you can access all the API through the Chain class, where you start a stream with an item, and then start manipulating this item through known functional approaches like mapping and applying, it also supports flow control for streams which is really missed in RxJava

Dec 6, 2017

A library that enables Currying functions in Java (using RxJava2 interfaces), compatible with Java 7.

Aug 28, 2017

Java8 Optional back-port for Kotlin and Android

Nov 21, 2016

Java 8 Optional-like APIs for everyone.

Dec 20, 2016

PrivacyStreams is an Android library for easy and privacy-friendly personal data access and processing. It offers a functional programming model for various types of personal data, including locations, photos, audios, sensors, contacts, messages, and more.

Jun 24, 2017

Reactive Tiny is a lightweight library for composing asynchronous and event-based programs using observable sequences.

Nov 19, 2019

Just as there was Retroweaver et al. for running Java 5 code with generics on Java 1.4, Retrolambda lets you run Java 8 code with lambda expressions on Java 7 or lower. It does this by transforming your Java 8 compiled bytecode so that it can run on a Java 7 runtime. After the transformation they are just a bunch of normal .class files, without adding any runtime dependencies.

Aug 18, 2014

An RxJava library for showing a loading (i.e. progress bar) state while waiting for async data with minimal effort and advanced options.

Mar 4, 2018

Backport of Optional to Java 6+

Jan 8, 2017

A crazy idea about bringing functional programming to Java, in an elegant way.

Aug 11, 2016