Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Light version of guava with packages split in different targets (Designed for Android).

Jul 27, 2015

Stream API from Java 8 rewrited on iterators for Java 7 and below.

Includes:

  • Functional interfaces;
  • Stream (without parallel processing);
  • Optional class;
  • Objects from Java 7.
Jul 23, 2015

Library Project with utility classes that can make you more productive.

Jul 13, 2015

The seeds-libraries project is an attempt to build and publish atomic versions of the Guava Libraries which are too valuable to leave out of any modern development project.

Jul 10, 2015

An adaptation of the JSR-310 backport for Android.

Jul 4, 2015

xpresso is a Java library inspired by Python. It allows a (near) line-into-line rewrite of a Python code into Java. It's also a great way to prototype your algorithms directly in Java.

Jun 30, 2015

jOOR stands for Java Object Oriented Reflection. It is a simple wrapper for the java.lang.reflect package.

Jun 29, 2015

Some common classes for use in your android projects.

Jun 13, 2015

Use this library to safely create valid, correctly encoded URL strings with a fluent API.

May 26, 2015

Variety of tools for Android development: working with thread pool, logging, crashes capturing, etc.

Feb 22, 2015

It's Java library to manage your object transformations between your POJO objects.

Jan 30, 2015

This library is a version of Joda-Time built with Android in mind.

Jan 26, 2015

greenrobot-common provides general purpose utilities for Android and Java projects. Having its root in the early days of Android development, the library is minimalistic, tiny in size (jar < 100k), and focuses on efficiency and performance.

Jan 11, 2015

Common re-usable module repository for the convenience of Android application development.

Jan 2, 2015

reflection-no-reflection is a proof on concept to create an API that is 100% compatible reflection API, but without any reflection. Performance stuff for Android and Java.

Dec 24, 2014

Adroit is a smart way to develop android applications. Enhance your application development skills by providing safe checks and speed up development process.

Dec 13, 2014

droid-fu is a utility library for your daily Android needs.

NOTICE: This project has been discontinued. Developers are putting all efforts into ignition now, which is basically a rewritten but API breaking version of Droid-Fu that aims to have better project structure, better and less intrusive APIs, better documentation (we have samples now!) and proper release and issue management.

Nov 8, 2014

jraf-android-util is a collection of general purpose utilities for Android.

Nov 8, 2014
Advertisement

Speed up your Android development!

Caffeine is a collection of utility classes that help make Android development faster (and safer!)

Oct 28, 2014

QuickUtils is a development library for the Android platform. It is intended to make application development easier and consistent through your applications.

Aug 27, 2014

Why use Holdr?

  • Because you hate typing findViewById() all the time.
  • Because Butterknife requires non-zero boilerplate and doesn't work well in library projects.
  • Because view holders are cool, but a pain to write.
Aug 26, 2014

Android eXTentions is a lib for common Android-Code.

The aim of this project is to provide code that is used in a lot of Android-Apps over and over again this way:

  • reduce code in the apps ( -> more readable )
  • deduplicate code and tests ( -> save space & time )
Aug 25, 2014

KISS Tools for Android.

Basic utils classes for android development: BitmapUtil, BundleUtil, ClipboardUtil, DeviceUtil, DrawableUtil, FileUtil, JSONUtil, KeyboardUtil, LogUtil, MediaUtil, NetworkUtil, ResourceUtil, ZipUtil, etc.

Aug 21, 2014

The main goals of date4j are:

  • easy manipulation of dates/times in the Gregorian calendar.
  • easy storage and retrieval of such dates/times from a relational database.
  • a simplified model of civil timekeeping, similar to the model used by many databases.
Aug 7, 2014

Android Dynamic Loader

Sample projects to load dex file (dalvik executable code) and res file (android resources, probably packaged in the same apk file) into the current android run-time environment.

Jul 16, 2014

Never again need a .utils. package yur scurvy sea dogs!

Jul 5, 2014

Okio is a new library that complements java.io and java.nio to make it much easier to access, store, and process your data.

Jul 5, 2014

Joda-Time provides a quality replacement for the Java date and time classes. The design allows for multiple calendar systems, while still providing a simple API.

Jul 5, 2014

The Guava project contains several of Google's core libraries that we rely on in our Java-based projects: collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth.

Jul 5, 2014

Android-Query (AQuery) is a light-weight library for doing asynchronous tasks and manipulating UI elements in Android.

Jul 5, 2014