Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

This is a simple start-template to save you a little time.

Nov 14, 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

The Android SDK has changed much since its first version. Every new version comes with many new APIs. However, there is no perfect API, some do too much under the hood, others couple your classes to the context, others have more lifecycle events than you have years in your life.

This sample project shows how to apply MVP and Clean architecture on an Android app.

Oct 1, 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

This is example of application built with VIPER architecture.

Sep 5, 2015

Android DI, DDD, Specification Pattern, Repository Pattern, IoC.

Sep 3, 2015

Abstract, easy, quick, flexible and extendable Rapid Android development.

Aug 7, 2015

Demo project for Mortar / Flow / Dagger2 with Auto Dagger2 and Auto Mortar.

Jul 10, 2015

A project which showcases usage of Dagger, RxJava and Retrolambda among other open source libraries.

Jun 3, 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

A project which showcases usage of AndroidAnnotations among other open source libraries.

May 17, 2015

An extremely lightweight collection of classes for implementing a state based decoupled architecture for Android applications.

A major benefit of this is that it also keeps asynchronous code away from the Android lifecycle.

May 13, 2015

This is an ambitious example project of what can be done with RxJava to create an app based on streams of data.

May 11, 2015

Fluxxan Fluxxan is an Android implementation of the Flux Architecture that combines concepts from both Fluxxor and Redux.

May 11, 2015

ngAndroid is bringing angularjs type directives to android xml attributes.

Apr 20, 2015

Dagger2Scopes is a sample Android app to implement usual Dagger 1 multiple scoping logic with the brand new Dagger 2 Google lib. In this sample you will be able to find the following features:

  • Multiple scopes with Dagger 2 (Components and subcomponents).
  • An approach to Clean Architecture.
  • An approach to MVP pattern.

Apr 14, 2015

Clean contacts is a sample repository to illustrate Clean architecture in Android. It has also many other details that hopefully will be useful too.

Mar 15, 2015

Separating data and state handling from Fragments or Activities without lots of boilerplate-code. Reducing them to simple dumb views.

Feb 20, 2015

Paginize is a light-weight application framework for Android.

Feb 16, 2015

Genius-Android is some of the commonly used method in Android collection, Genius library provide five basic plate:

  • app (Ui)
  • animation (Animation)
  • widget (Material Widget)
  • command (Command Line)
  • net tool (Ping、Dns)
  • util (Common Method, Class)
Feb 2, 2015

BARACUS is the BAReknuckle Android Context USher, a tiny framework for android development enabling you to have dependency injection, dynamic context handling and database object relational mapping.

Features:

  • Dynamic context creation and destruction
  • Type based dependency injection plus documentation annotation
  • Object relational mapper
  • Dao-Approach for mapping and lazy loading / lazy references
  • Modification awareness for components - listen for data changes
  • Automatic database version and migration management
  • Hot-Backup of Sqlite
  • Declarative form validation and automatic error routing
Jan 29, 2015

Sample project created to reinforce some of the main concepts described in the tech talk "Effective Android UI".

Jan 11, 2015

MvpCleanArchitecture is a sample project using Clean architecture and MVP.

Dec 13, 2014

Best practices in Android development - lessons learned from Android developers in Futurice. Avoid reinventing the wheel by following these guidelines.

Nov 5, 2014