Light version of guava with packages split in different targets (Designed for Android).
Stream API from Java 8 rewrited on iterators for Java 7 and below.
Includes:
Stream
(without parallel processing);Optional
class;Objects
from Java 7.Library Project with utility classes that can make you more productive.
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.
An adaptation of the JSR-310 backport for Android.
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.
jOOR stands for Java Object Oriented Reflection. It is a simple wrapper for the java.lang.reflect
package.
Some common classes for use in your android projects.
Use this library to safely create valid, correctly encoded URL strings with a fluent API.
Variety of tools for Android development: working with thread pool, logging, crashes capturing, etc.
It's Java library to manage your object transformations between your POJO objects.
This library is a version of Joda-Time built with Android in mind.
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.
Common re-usable module repository for the convenience of Android application development.
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.
Adroit is a smart way to develop android applications. Enhance your application development skills by providing safe checks and speed up development process.
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.
jraf-android-util is a collection of general purpose utilities for Android.
Speed up your Android development!
Caffeine is a collection of utility classes that help make Android development faster (and safer!)
QuickUtils is a development library for the Android platform. It is intended to make application development easier and consistent through your applications.
Why use Holdr?
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:
KISS Tools for Android.
Basic utils classes for android development: BitmapUtil, BundleUtil, ClipboardUtil, DeviceUtil, DrawableUtil, FileUtil, JSONUtil, KeyboardUtil, LogUtil, MediaUtil, NetworkUtil, ResourceUtil, ZipUtil, etc.
The main goals of date4j are:
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.
Okio is a new library that complements java.io and java.nio to make it much easier to access, store, and process your data.
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.
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.
Android-Query (AQuery) is a light-weight library for doing asynchronous tasks and manipulating UI elements in Android.