Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

API to use ussd displayed windows on Android, by using AccessibilityService.

Sep 22, 2018

Kotlin API, usage ussd windows on Android, interactive AccessibilityService.

Apr 21, 2019

BatteryStatsLibrary is an Android library for implementing basic battery informations and to calculate remaining time for charge and discharge.

This library provides a background service to track the battery usage and reports almost accurate time to charge and discharge.

Dec 17, 2016

A simple easy-to-use service manager for Android. You can use this library without even declaration of your service in manifest.

Built over JobIntentService so it is compatible with all OS versions including Android O. ServiceManager can be used from any place with context only.

Oct 20, 2017

Simple Android Library to enable/disable night mode (like NightShift for iOS).

Feb 21, 2018

Acacia lets you use Android Services as Plain Old Java Objects (POJO's) by defining an interface and its implementing class. All the wiring around bound services, service connection and threading is automatically handled. Also having the service implementation and the actual Android Service instance as separate classes, allows them to be easily tested.

May 19, 2015