Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

The design goals of this project are as follows:

  • Provide an on-device view of explicit log output during app development.
  • Do not disrupt the normal lifecycle of the app (no app switching).
  • Transparent implementation (using the same API as android.util.Log, easily disabled).
  • Minimal setup.
Feb 16, 2015

Create a simple and more understandable Android logs.

Feb 15, 2015

Android UI logger library.

Main features:

  • Always on the screen, even if app is paused. It can be destroyed after direct command call.
  • You can drag it to the any place of the screen.
  • Font and background colors can be changed by double tap.
  • You can re-size main log window by dragging down right corner * of the log window.
  • Clear the screen by clicking on the right upper corner.
  • Easy use. Only three API methods.
  • Easy link with Gradle.
Feb 2, 2015

Simple Logging Tool for Android and Java Platforms.

Jan 19, 2015

A Simple Log Tool.

An encapsulation of android.util.Log, which provides:

  • Log level control. You can display different log according different environment.
  • Log with parameters
Jan 17, 2015

Android UI Automator to JUnit Format Converter.

Reads Android UI automator file outout and write a JUNIT Xml file. For example for usage in CI server as Jenkins.

Jan 12, 2015

Just another logging framework. Multiple combinable logging classes. Combine local logging with rolling file logging with Crashlytics with NewRelic...

Jan 12, 2015

puree-android is a log collector which provides some features like below:

  • Filtering: Enable to interrupt process before sending log. You can add common params to logs, or the sampling of logs.
  • Buffering: Store logs to buffer until log was sent.
  • Batching: Enable to send logs by 1 request.
  • Retrying: Retry to send logs after buckoff time automatically if sending logs fails.

Puree helps you unify your logging infrastructure.

Nov 26, 2014

Sometimes we want/need to know what's going on behind the scenes but our app is not always connected to our computer to let us check the logs. Galgo will let you display your log messages as an overlay on top of your UI.

Extremely useful for testers who want to have more insight into what's going on behind the scenes in our apps when it misbehaves.

You can also define some basic settings such as background color, text color, text size and number of lines to display on screen so it better fits your needs.

Nov 20, 2014

Useful logger for Android based on standard android.util.Log class. Simple lightweight (< 50 Kb) implementation of SLF4J API. Easy but powerful configuration via properties file and some additional helpful logging methods. Easy analogue of popular log4j library.

Oct 27, 2014

Why?

  • Lightweight
  • Simple
  • Powerful

Debug library provides a lot of useful information. For ex., Java file name as tag, method name and a line number where Debug function was called.

Also, it wraps String.format(), so you can create any message with nearly any quantity of variables to check at almost no pain (and time).

Oct 10, 2014

Do you have a library that needs some initial setup like an api key or credentials and without these the library won't work? Now you can use ArrowLogger to highlight this to the developers that use your library.

ArrowLogger allows you to manicly shake your hands infront of your users face and be like "Helllooo you missed this!".

Sep 26, 2014

This library is based on the official slf4j-android implementation but with some differences. It does not use the classname as the log tag but instead appends it after the message. It also appends the line number and current thread. Configuration of the log tag is done through a properties file (logger.properties).

Jul 5, 2014

A logger with a small, extensible API which provides utility on top of Android's normal Log class.

Jul 5, 2014

logback-android brings the power of logback to Android. This library provides a highly configurable logging framework for Android apps, supporting multiple log destinations simultaneously.

Jul 5, 2014

SLF4J binding for Jake Wharton's Timber logging library.

Jul 5, 2014

The Simple Logging Facade for Java (SLF4J) serves as a simple facade or abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing the end user to plug in the desired logging framework at deployment time.

Jul 5, 2014

Annotation-triggered method call logging for your debug builds.

Jul 5, 2014