Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Fast and simple URL parsing for Java, with UTF-8 and path resolving support.

  • Easy to use API - you just want to parse a URL after all.
  • Fast, 4+ million URLs per second on commodity hardware.
  • UTF-8 encoding and decoding.
  • Supports path resolving between URLs (absolute and relative).
  • Supports IPv4 and IPv6.
  • No external dependencies.
Feb 4, 2017

A utility class for converting between different Android display units.

Feb 2, 2017

WDate is a short way utility class that wraps the standard Date class, providing many useful methods without using the Calendar object.

This class aims to help developers to avoid writing boring DateUtils classes for every project.

Jan 23, 2017

okio made easy, yo.

Jan 21, 2017

Android file storage library with encryption and streaming support.

Jan 16, 2017

Android Loaders for the rest of us.

The concept of loaders in Android is pretty great: a way to do async work in a lifecycle-aware way. Unfortunately, the implementation is pretty bad. Loadie attempts to fix this in several ways.

Dec 11, 2016

Prevent screen from turning off until your user is looking at the screen.

Nov 4, 2016

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

Oct 19, 2016

The set of handy classes.

Oct 13, 2016

A reactive extension to generate URL previews.

Oct 6, 2016

ShortRoid Library makes it easier to use different functionalities of android. Main objective is to simplify android code and make the development process faster. ShortRoid being open source encourages contributers to contribute and make it more fun for the developers to develop android apps using ShortRoid.

Oct 3, 2016

Predictable state container library for Java/Android.

Sep 26, 2016

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

Sep 19, 2016

Fluent design by contract assertions for Android.

Sep 14, 2016

java-object-diff is a simple, yet powerful library to find differences between Java objects. It takes two objects and generates a tree structure that represents any differences between the objects and their children. This tree can then be traversed to extract more information or apply changes to the underlying data structures.

Sep 7, 2016

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 lot of utility classes for Android development.

Aug 5, 2016

Android utils for context and thread.

Aug 4, 2016

Expressive conditions in Java.

Aug 3, 2016
Advertisement

Simple dateHelper, that can help you to make your life easy. Just give date to dateHelper and get in different format

Aug 3, 2016

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

Specter is an easy way to convert a payload data to pojo class.

Jul 18, 2016

Android port of Google's libphonenumber.

Jun 7, 2016

A library to serialize and deserialize objects with minimum memory usage.

May 9, 2016

A library that allows you to enable/disable features and/or part of code regarding a Context.

May 1, 2016

Optionals for Java 7. This a lightweight copy of Guava's Optional interface.

Apr 29, 2016

A feature toggle, is a technique in software development that helps alter the state of a feature in an application dynamically.

Apr 2, 2016

You can handle prefectures information more easily in Android.

Mar 11, 2016

A simple, reactive Android library based on RxJava that monitors app state changes. It notifies subscribers every time the app goes into background and comes back into foreground.

A typical use case is, for example, session tracking for analytics purposes or suppressing push notifications when the app is currently visible to the user.

Mar 9, 2016

This library offers some barebone code for android common to most applications. It provides simple classes and pre-written functions for:

  • Internet Access
  • SharedPreferences storage and retrieval
  • ImagePicker and Bitmap operations
  • File read and write
  • Recycler View
  • Image Downloading
  • Database support
  • Json Parsing
Mar 1, 2016