Fast and simple URL parsing for Java, with UTF-8 and path resolving support.
A utility class for converting between different Android display units.
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.
Android file storage library with encryption and streaming support.
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.
Prevent screen from turning off until your user is looking at the screen.
Removes the noise from float streams using Kalman Filter. Useful to smoothen sensory data e.g.: gps location, or Accelerometer.
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.
SNTP client for Android. Calculate the date and time "now" impervious to manual changes to device clock time.
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.
Implementation of various string similarity and distance algorithms: Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index, Longest Common Subsequence edit distance, cosine similarity...
Simple dateHelper, that can help you to make your life easy. Just give date to dateHelper and get in different format
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.
Specter is an easy way to convert a payload data to pojo class.
A library to serialize and deserialize objects with minimum memory usage.
A library that allows you to enable/disable features and/or part of code regarding a Context
.
Optionals for Java 7. This a lightweight copy of Guava's Optional interface.
A feature toggle, is a technique in software development that helps alter the state of a feature in an application dynamically.
Collection of source codes, utilities, templates and snippets for Android development.