Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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 developers should collect the following utils.

May 15, 2017

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

A huge set of utils for Android development.

Nov 6, 2015

Android common lib, include ImageCache, HttpCache, DropDownListView, DownloadManager, Utils and so on.

Jul 5, 2014

VerbalExpressions is a Java library that helps to construct difficult regular expressions.

Jan 11, 2016

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

Jan 26, 2015

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

Jun 29, 2015

An adaptation of the JSR-310 backport for Android.

Jul 4, 2015

SNTP client for Android. Calculate the date and time "now" impervious to manual changes to device clock time.

Sep 19, 2016

Android port of Google's libphonenumber.

Jun 7, 2016

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

Implementation of various string similarity and distance algorithms: Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index, Longest Common Subsequence edit distance, cosine similarity...

Aug 7, 2016

A collection of static methods to perform various operations including color, device, drawable, package, tasks and sdk on Android 14+ (ICS or above) devices.

Jan 12, 2019

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

Toolbelt is an Android library for common tools and utilities for optional values, easier logging and operations on Strings. I need these mostly boilerplate stuff for almost all of my Android projects so I decided to serve them as a library.

Jul 28, 2016

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

Jul 5, 2014

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

Jan 2, 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

okio made easy, yo.

Jan 21, 2017

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

Android library provides essential country information such as country code, dial code, country name, and flag emoji. It's based on the widely recognized ISO 3166 and E.164 standards, ensuring the accuracy and consistency of data.

Feb 5, 2024

Remote config management Android library powered by annotation processing and code generation.

Jul 24, 2019

Removes the noise from float streams using Kalman Filter. Useful to smoothen sensory data e.g.: gps location, or Accelerometer.

Oct 19, 2016

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

Jul 13, 2015

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

May 26, 2015

A Small BigDecimal Comparison and Calculation Utility for Java and Android.

Jan 10, 2016

Helper class to provide resources - ContextCompat, ResourcesCompat, AnimationUtils, Context.resources - all in one place! 🤩🥳

Oct 21, 2019

Tempo is a Kotlin library for Android to get the current time from multiple sources: SNTP, GPS; or your own time source.

Jul 8, 2017