Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstalling apk.

Sep 24, 2016
Advertisement

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

Jul 5, 2014

Process Phoenix facilitates restarting your application process.

Jul 13, 2015

This is a library to simplify the usage of root commands on the Android OS. It is a Java wrapper around native binaries shipped with every Android OS, but can also be used to package and execute your own native binaries.

Jul 5, 2014

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

May 29, 2016

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

Oct 22, 2015

A robust native library loader for Android.

Nov 7, 2015

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 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

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

Apr 26, 2017

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

Dec 11, 2015

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

RootTools Library.

Jul 5, 2014

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

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 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
Advertisement

A library that handles the closing of your app interactively.

Nov 26, 2017

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

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

Sep 11, 2017

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

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

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 library to hunt down package information.

Jul 1, 2016

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

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

Aug 3, 2016

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

May 19, 2015

Easy info about Android device.

Jul 15, 2016

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

Android framework for dynamic patch-fixes.

Nov 12, 2015