Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

Fastest Adb Keyboard.

Tool for control android device via PC keyboard.

Mar 28, 2017

An Implementation of WebView with Ad-blocked Interface. Blocks Banner And Video Apps From Web Page.

Nov 26, 2016

Android Library to check if there is an Ad Blocker enabled and shows a customizable dialog.

Jul 21, 2015

Many ad blockers exist on Android, this is a real problem for developers that rely on ad incomes.

This project proposes an open source library that can detect most of ad blockers. Then developers can display a dialog to inform user that an ad blocker has been detected and to propose, for example, to buy an ad-free version of the application or to quit.

Aug 20, 2016

Bash script to simplify adb command usage.

This is a helpful bash utility for working with multiple devices at the same time.

Sep 22, 2014

A wrapper for the ADB tool. It's just adb on steroids.

Features

  • Set device and app id and save them into a config file. This file could be stored locally or globally
  • Kill an app
  • Kill all background processes
  • Clear the app data
  • Input a text
  • Input a key event
  • Take a screen capture and save it into a file
  • Execute every adb command
  • List all available devices
Aug 10, 2017

Add badge (version code, version name, etc) for your DEBUG APK.

Feb 15, 2017

A simple light weight android library to pick address from google map and places API.

Features

  • Search in PLACES API and select on map.
  • Set zoom level of map.
  • You can provide list of pin/marker for map to show.
  • You can provide lat/lng to set initial position of map through intent extras.
Sep 27, 2019