Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

A tool used to obfuscate aab resources.

  • Merge duplicated resources: Consolidate duplicate resource * files to reduce package size.
  • Filter bundle files: Support for filtering files in the bundle package. Currently only supports filtering in the MATE-INFO/ and lib/ paths.
  • White list: The resources in the whitelist are not to be obfuscated.
  • Incremental obfuscation: Input the mapping file to support incremental obfuscation.
  • Remove string: Input the unused file splits by lines to support remove strings.
Nov 26, 2019

This library intended to simplify the work with action handling in android projects. Just collect actions in a handler and bind them to views.

Jul 5, 2016

Amigo is a hotfix library which can hotfix almost everything for your app.

Sep 1, 2016

AndFix is a library that offer hot-fix for Android App. It could help Android developer to fix App bugs online. Andfix is an acronym for "Android hot-fix".

AndFix supports Android 2.3 to 6.0, arm and x86 architecture, dalvik runtime and art runtime.

Sep 15, 2015

Android Device Names is a 14 kB library that transforms the device model name into something people can understand. For example, a useless SM-N910W8 becomes Samsung Galaxy Note 4.

Aug 18, 2015

Wrapper of StrictMode API that can be safely called on any version of Android.

Apr 26, 2017

android-weak-handler is a memory safer implementation of android.os.Handler.

Original implementation of Handler always keeps hard reference to handler in queue of execution. Any object in Message or Runnable posted to android.os.Handler will be hard referenced for some time. If you create anonymous Runnable and call to postDelayed with large timeout, that Runnable will be held in memory until timeout passes. Even if your Runnable seems small, it indirectly references owner class, which is usually something as big as Activity or Fragment.

Nov 20, 2014

Library for unique identification of an Android device. Provides also a backup solution

May 19, 2015

A library that provides access to Android hidden API and internal resources.

May 29, 2016

A utility library for Android designed to simplify reading meta-data values from AndroidManifest.xml.

Aug 3, 2016

Android Iniversal Device ID Library

Use OpenUDID_manager for old API and MediaDrm for new API If both options return an empty string, then a random UUID is generated and saved in Preferences until the application is reinstalled

Jan 27, 2021

A small Android library to get the market name of an Android device.

Oct 22, 2015

A small library to get the current running processes on Android.

Dec 11, 2015

AppListManager is an easy to use Android library, which minimizes developing time when working on application or activity lists. You no longer have to worry about asynchronous tasks, memory leaks and intent receivers. This library provides a simple way to receive application and activity lists as they change.

Sep 18, 2018

Android Contats API.

Apr 25, 2016

Device Year Class is an Android library that implements a simple algorithm that maps a device's RAM, CPU cores, and clock speed to the year where those combination of specs were considered high end. This allows a developer to easily modify application behavior based on the capabilities of the phone's hardware.

Aug 5, 2015

Easy info about Android device.

Jul 15, 2016

Simple, single class wrapper to get device information from an android device.

This library provides an easy way to access all the device information without having to deal with all the boilerplate stuff going on inside.

Library also provides option to ask permissions for Marshmellow devices!

Oct 31, 2016

Android library to get device information in a super easy way.

May 8, 2016

A smart, novel and easy-to-use framework for Android Inter-Process Communication (IPC).

Jul 13, 2016

Android framework for dynamic patch-fixes.

Nov 12, 2015

The library allows you to check if a specific application is installed or not by its package name. Also you have a helper which provides the packagenames of the most popular applications.

Apr 27, 2017

Example code for "How-To SU" http://su.chainfire.eu

Jul 5, 2014

Nuwa is a goddess in ancient Chinese mythology best known for repairing the pillar of heaven.

With this Nuwa project, you can also have the repairing power, fix your android application without have to publish a new APK to the appstore.

Nov 12, 2015

Android library to hunt down package information.

Jul 1, 2016

Process Phoenix facilitates restarting your application process.

Jul 13, 2015

ReactiveAirplaneMode is an Android library listening airplane mode with RxJava Observables. This library is compatible with RxJava2 and RxAndroid2.

Sep 11, 2017

A robust native library loader for Android.

Nov 7, 2015
Advertisement

Root Checker basically checks your device whether it is rooted or not.

Aug 26, 2015

An Android Root Shell Framework.

Jul 5, 2014