Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Reduks is a redux-like implementation for kotlin apps, with this you can create, state, actions, reducers, stores and middlewares in an easy way.

Oct 9, 2017

An Android MVVM helper library which works really well with Android Data binding.

Oct 7, 2017

GraphFlow is a lightweight library for designing 'logic based' UI flows.

You create a graph of nodes logically connected where each node represents a UI renderable object (fragment/view/whatever you prefer).

Jun 27, 2017

Simple, Tiny, Extendable Android MVP library. No complex Base Activity, Base Fragment or Base View. Just base Presenters and View interface for you to extend from.

Jun 18, 2017

This framework is designed to solve the traditional MVP class and interface too much, and Presenter and View communicate too complicated through the interface, reuse Presenter too much cost.

Jun 15, 2017

A common Architecture for Android Applications developing based on MVP,integrates many Open Source Projects(like Dagger2, Rxjava, Retrofit... ), to make your developing quicker and easier.

Jun 3, 2017

A library that offers a generic implementation of the domain and data layers from the clean architecture.

Apr 30, 2017

It's a simple MVP implementation. With this library every developer can integration pattern MVP in him project. To add presenter to Activity or Fragment, the developer need write only one row - setPreseter(ExamplePresenter.class);

This library does support MVP pattern for Activities, Fragments and RecyclerViewAdapter.

Feb 26, 2017

A Mosby based VIPER library for Android.

It allows you to create clean, modular, decoupled and easy to test apps with ease by providing you a neat toolkit for applying the VIPER architecture. It is shipped with the modules generator to relieve you from composing modules by hand and to speed up your development even more!

Feb 16, 2017

A lightweight library which helps to create a view stack as a replacement for fragments and activities, provides transitions and persistence.

Jan 30, 2017

Android reactive MVP stack.

The library encourages developers to use Android Clean MVP architecture pattern.

Jan 16, 2017

Simple lifecycle for your MVWhatever on Android. No kidding.

Dec 12, 2016

Binds Android Activity lifecycle callbacks to Activity fields annotated with @AirCycle.

Fields annotated with @AirCycle that are defined in an Activity will receive lifecycle callbacks of the enclosing Activity. The Activity does NOT need to implement any interface or extend any specific base class.

The field itself also does NOT need to implement any interface or extend any specific base class.

The binding class is generated in compile time using Java annotation processing, NO reflection is used at runtime. Since all classes are generated in compile time, it can safely be used with ProGuard.

Inspired by SoundCloud's LightCycle library. Compared to LightCycle, AirCycle supports passing of Activity lifecycle callbacks without the need to extend from a specific base Activity. Additionally, the listener classes are completely flexible, without the need to extend from any class or interface. This enables more flexibility when developing and further promotes composition over inheritance.

Oct 18, 2016

This is a set of classes with a small, extensible API which provides basic abstractions for building your apps using VIPER architecture.

May 21, 2016

Tesela is a code generate based library that helps you implement Model-View-Presenter pattern on Android. It let you annotate methods to make them be executed on UI thread or on a background thread. It will help you to keep a weak reference to the view, so forget about leaking your Fragment or Activity anymore while your background work finishes.

May 7, 2016

Unify activity and fragment life cycle for MVVM architecture.

Apr 27, 2016

Adds listeners for Activity and Fragment.

Apr 20, 2016

A small, yet full-featured framework that allows building View-based Android applications. Conductor provides a light-weight wrapper around standard Android Views that does just about everything you'd want.

Apr 1, 2016

LightCycle is an Android library that helps break logic out of Activity and Fragment classes into small, self-contained components called LightCycles.

Mar 23, 2016

Rosie is an Android framework to create applications following the Clean Architecture.

Rosie divides your application in three layers, view, domain and repository. For each layer, Rosie provides plenty of classes that will make defining and separating these concerns much easier.

Feb 25, 2016

Scoop is a micro framework for building view based modular Android applications.

Dec 12, 2015

Droidux is "predictable state container" implementation, inspired by Redux.

Dec 10, 2015

A way to MVVM using RxJava with new Android databinding.

Nov 27, 2015

An architecture for Android as a replacement of MVC.

Nov 17, 2015

A minimalist, View-based application framework for Android.

Oct 31, 2015

RxFlux is small light-weight framework that makes it easy to follow the Flux pattern with RxJava functionalities.

Oct 21, 2015

An abstract application stack which facilitates:

  • Presenter lifecycle management
  • Presenter -> Presenter control flow
  • Fine grained data scope management
  • Presenter lifecycle events
Oct 3, 2015

AndroidKickstartR helps you to quickly create a well configured Android application using the most popular libraries. It creates and configures your project for you. Just focus on code!

Sep 29, 2015

Base is a lightweight library that gives you a clean architecture foundation for your Android MVP's.

Sep 7, 2015

Anvil is a tiny library to simplify android UI development. The name stands for "android virtual layout". Virtual layout is an Android analogy of the virtual DOM in the web.

May 27, 2015