Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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
Advertisement

An Android Root Shell Framework.

Jul 5, 2014

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

RootTools Library.

Jul 5, 2014

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

Jul 5, 2014