Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Design pattern samples implemented in Java.

Sep 17, 2014

MVP Android Example used to explain how to use this MVP pattern in Android apps.

Feb 10, 2015

Design Patterns implemented in Kotlin.

  • Behavioral
  • Creational
  • Structural
Nov 1, 2016

A Model-View-Presenter framework for modern Android apps.

Apr 4, 2015

A powerful, and very simple MVP library with annotation processing and bytecode weaving.

EasyMVP eliminates the boilerplate code for dealing with MVP implementation.

Oct 31, 2016

Simple and powerful MVP library for Android.

Ferro elegantly solves two age-old problems of Android Framework related to configuration changes:

  • restore screen's data
  • managing background tasks
Jul 25, 2016

This repository showcases and compares different architectural patterns that can be used to build Android apps. The exact same sample app is built three times using the following approaches:

  • Standard Android: traditional approach with layouts, Activities/Fragments and Model.
  • MVP: Model View Presenter.
  • MVVM: Model View ViewModel with data binding.

Sep 22, 2015

A reactive implementation of Presentation Model / MVVM pattern in Android.

Sep 1, 2018

ThirtyInch - a MVP library for Android.

The perfect distance to the Android Framework is approximately thirty inches, the average length of the human arm, shoulder to fingertips.

Sep 6, 2016

Moxy is Android library based on MVP pattern.

Jun 6, 2016

A pure MVC base library on android. Using it, your code can be very clean in MVC pattern: light Activity, light View, light Model.

Oct 10, 2016

Nucleus is an Android library which helps to use the Model-View-Presenter pattern.

Jan 16, 2015

Android Application sample of how to implement Master/Detail pattern that follows Material Design visual language.

Jan 18, 2017

Collection of useful classes to design MVC applications.

May 16, 2015

This repository demonstrates the Model View Presenter architecture.

Dec 31, 2015

A data-binding Presentation Model (MVVM) framework for the Android platform.

Sep 24, 2014

Android Base MVP Concept with RXJava, Dagger, Event Bus, Retrofit, Glide, OkHTTP, Butterknife.

Aug 24, 2016

A toolkit help to build Android MVVM Application.

Jun 18, 2016

Lightweight Android MVP library with easy implementation.

Aug 10, 2016

An annotation-processing based library that helps avoiding big if/else blocks through the "Command" pattern, where every block is declared in a separate method, and this method is annotated with @Command, and this command is triggered if the key mentioned in the @Command meets the condition expected. No Reflections used.

Sep 11, 2017

A Reactive Presenter library for MVP pattern for modern Android Apps. This library follows the lifecycle of an android app components (Activity, AppCompatActivity, Fragment, DialogFragment). Specifically relies on RxLifecycle by Trello.

Nov 15, 2017

Kickstarter MVP framework for android projects.

May 11, 2017

Helper classes to build Android Apps through MVP pattern in a faster way.

Nov 30, 2016

This is an extension for the mosby library. It contains a few default activities and fragments which are often used in android development (e.g. Activity with Toolbar, Activity with Tabs, Fragment with RecyclerView, ...)

May 18, 2015

Android MVC/MVP/MVVM framework.

Aug 8, 2016

Library to help developers build full MVP apps.

Dec 29, 2016

A very, very compact library that enables you to create on-demand singletons within your application and easily store them to disk. Utilizing a dead-simple API, this library makes creating singletons and persisting data much more fun!

Jan 2, 2015

Command design pattern implementation for Android Data Binding.

Apr 10, 2016

Android MVVM lightweight library.

Sep 20, 2015

Project created for autolearning with Material Design and Android good practices to develop a MVP (Model View Presenter) application using a mocked list of upcoming movies as the domain of the application.

Feb 10, 2015