Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

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

Apr 2, 2016

Country gives a list of countries with all their flags.

Sep 27, 2017

Android Utility classes.

  • Simple logging
  • AppCompatPreferenceActivity
  • Functional Interfaces
Jan 11, 2016

A handy set of utility for android.

Feb 24, 2017

ProjectBasics library performs simple tasks which are required in almost every app like:

  • Rate App
  • More Apps
  • Feedback (via mail)
  • Follow on Facebook
Dec 26, 2017

Easy to use Utility library for Android.

Jul 29, 2015

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

Feb 22, 2015

Search currency information by country name, code, ISO3 code and currency code.

Nov 4, 2017

Module supporting conversions between numbers and bytes.

Nov 3, 2017

This library generates word representation for a number in Indian and Western format.

Mar 17, 2018

An android library containing most of the helper classes every android developer needs.

The Problem

Every Android developer faces few problems while developing Android Apps. Listing down some of them, which I have faced everytime I create a new android project.

  1. The problem of writing boilerplate code while creating Activities, Fragments is annoying.
  2. Need of readymade methods which can come handy such as showing a toast, or showing a progress dialog or launching a new activity.
  3. The problem of applying proper styles and themes to activities and handling those for pre-lollipop and post-lollipop.

What if we had a library which takes care of all these problems and let the developers concentrate on writing the actual business logic and create awesome functionalities.

The Solution

Using the Helper library developer can solve the above mentioned problems. Using this Helper library is pretty simple.

Oct 2, 2017

What is iSortBox? Just like what it says: Simplify sorting!

This framework achieves a goal which makes sorting easier, moreover, you will benefit from what it provides such as pre-processing, converting, grouping and filtering.

As the name iSortBox, the letter 'i' means input and the letter 'o' means output, as for the details on how to complete the work, all are encapsulated in iSortBox.

Oct 25, 2017

A fully "functional" and easy to use android utility library.

Sep 16, 2017

An android library to create the new Android 7.1 shortcuts easily.

May 10, 2017

Utilities for using RxJava with Realm.

Feb 19, 2017

A light-weight android library that can be quickly integrated into any app to use android utils.

Jul 26, 2017

A utility class for converting between different Android display units.

Feb 2, 2017

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

May 9, 2016
Advertisement

Shortify is used for minimizing your coding effort in your development environment. It has some builtin method and classes which helps you in creating mostly used element and tasks in Android app.

May 28, 2017

A reactive extension to generate URL previews.

Oct 6, 2016

A simple way to convert any model to multipart.

Feb 11, 2017

Android utility library which contains usefull utility classes with simple reusable methods.

May 8, 2017

A light-weight utility library that does the following things:

  • To check internet connection.
  • Validation for empty EditText boxes.
  • Validation for mobile number.
  • Validate EditText values against user defined patterns (e.g mobile number patterns).
  • Validate length of EditText values.
  • Validation for special characters in EditText values.
  • To show Toast messages.
Apr 10, 2017

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

Nov 4, 2016

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

Speed up your Android development!

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

Oct 28, 2014

The utility for automatic completion of sequences based on Moxy Presenter lifecycle events.

Feb 21, 2017
Advertisement

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

Jan 2, 2015

Run a method once or repeat after some iterations. Super simple, One liners.

Jan 19, 2016