Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

You may also be interested in...

We could not find any project with the given search parameters, but maybe the following projects can be interesting for you.
Advertisement

An android library that brings the float action button expandable. You can include optional contents and use everywhere.

Nov 25, 2018

UniversalPreferences is simple Android library that allows you to use Shared Preferences in an easy way.

Oct 2, 2016

Why it exists

There is currently no way for an android application to catch and report ANR errors. If your application is not in the play store (either because you are still developing it or because you are distributing it differently), the only way to investigate an ANR is to pull the file /data/anr/traces.txt.

What it does

It sets up a watchdog timer that will detect when the UI thread stops responding. When it does, it raises an error with the main thread's stack trace.

Nov 8, 2014