Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

A demonstration of handling Activities and Fragments using Dagger dependency injection framework

The real benefit here is that you create an object graph only when you need it. This contributes to keeping the memory footprint of your app as low as possible.

Feb 14, 2015

Detect janky frames with Android Nougat FrameMetrics.

Nov 20, 2016

A library that password protects Activities.

Aug 11, 2014

A simple EventBus to handle activity result-like behaviors.

May 16, 2019

Android library that simplifies passing arguments between activities using generated classes aka Screens.

Jun 15, 2015

Android Library that provide simpler way to start the Activities with multiple arguments.

Field and method binding for Android Activity arguments, which uses annotation processing to generate boilerplate code for you, and:

Eliminate all putExtra and getXXXExtra methods. Allows you to forget about all keys that were used to pass agruments. Support flags and Intent provide.

Feb 10, 2017

ActivitySwitcher is based on the Activity view operation management library, you can achieve any jump between Activity, close any Activity and end applications and other functions.

Nov 9, 2016

Actor is a platform for instant messaging.

Jun 20, 2016

ActorLite is a Library that implements Actor Model similar to Akka, but for Android, it is a light weight library that works very fine for single-process applications and with the minimum effort possible, need more advanced Actor Model Library you can check my "AndroidActorModel" library ... you wont need to hold reference to your Objects to be able to call there methods, just send them a message and they will receive it if they like.

Jan 6, 2018

ActSwitchAnimTool allow to implement animation easily.

Sep 20, 2016

Actual Number Picker is an Android custom-built View for choosing numbers. It's simple, elegant, fits in a small-height constraint box and it can be completely customized in XML. You can easily swipe it right and left, or click on arrow controls to increase/decrease the current value.

Apr 11, 2016

ADAL - Android Development Acceleration Library.

A set of libraries that helps the developer speed up some common application needs.

Jun 28, 2017

Android library designed to enrich and make your RecyclerView adapters more SOLID

Adapster will help you make your RecyclerView adapters more manageable and overall enrich your RecyclerView experience.

Aug 26, 2018

A simpler way for implementing the Bottom Navigation View on Android.

May 6, 2017

A quick adapter library for ListView, GridView, RecyclerView, ViewPager and ExpandableListView on android.

Apr 16, 2016

Adapter Kit is a set of useful adapters for Android. The kit currently includes:

  • Instant Adapter
  • Instant Cursor Adapter
  • Simple Section Adapter
  • Circular List Adapter

Jul 5, 2014

The idea of this library is to build your adapters by composing reusable components.

Oct 27, 2015

"Favor composition over inheritance" for ListView.

Jun 25, 2016

ViewGroup backed by RecyclerView.Adapter = magic

Feb 7, 2016

Simple multiview adapter for RecyclerView written on Kotlin.

Jun 23, 2017

Library for creating RecyclerView with warning message of data availability.

Feb 1, 2020

aDateSwitcher is a custom android view that switches to your desired date range returns a Map<DateRange,Date> of top and bottom date values.

Mar 17, 2018

An adb wrapper for Android development. It makes it easy to Grant/revoke runtime permissions, rotate screen, turn on doze mode, turn on airplane mode etc. This is really useful while testing the edge cases during the app development phase.

Mar 1, 2018

This is an all-in-one script to build the Android adb tool for ARM architecture. When executed, the script will download all the necessary files and it will run a custom makefile to build the adb.

Aug 4, 2015

A plugin for Android Studio and Intellij IDEA that speeds up your day to day android development.

Oct 28, 2015

ADB Date changer is a small utility app for Android developers that allows to change quickly change date & time on the device.

Aug 9, 2016

Bash script that exports content provider's data to raw and CSV format. It can be your own content provider or any other provider that android decided not to block with permissions.

Feb 25, 2015

adb-sync is a tool to synchronize files between a PC and an Android device using the ADB (Android Debug Bridge).

Jun 29, 2015

A script to automatically connect android devices in debug mode using WIFI.

Apr 8, 2018

Simple binary instrumentation toolkit for Android ARM + Thumb.

Instrumentation is based on library injection and hooking function entry points (in-line hooking).

The toolkit consists of two main components the hijack tool and the base library.

Aug 18, 2014