Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo
Show card

A simple Android library for newsapi.org written in Kotlin using Retrofit.

Jan 14, 2022

A micro-interaction library which enables animation for various actions or reactions. Inspired from Twitter's and Instagram's like button animation.

Jan 14, 2022

Bind attributes easily in your custom views using annotations.

Jan 14, 2022

PJSIP PJSUA2 api library for Android.

Jan 13, 2022

A simple library for number shortening into appropriate SI units.

Jan 13, 2022

Digipad is a simple library for Android that only show a numeric keyboard onscreen

Jan 13, 2022

An implementation of RadixTree data-structure, which is a great tool for indexing a large number of records with string keys, and performing a prefix search with an optimal time complexity.

Jan 13, 2022

Easily create github release

Jan 13, 2022

Create Cool Android Loading Animation in a simple way.

Jan 12, 2022

Kotlin wrapper for the qBittorrent Web API using Ktor.

Features

  • Two modules: client contains all the HTTP code, models contains only the serializable data models
  • Automatic authentication handling when interacting with the API
  • Coroutine Flow APIs wrapping the syncing endpoints
Jan 12, 2022

SwipeToActionLayout is a layout which helps to implement swipe to reveal behaviour. It is really easy to setup and maintain.

Jan 11, 2022

A customizable, easy-to-use, and functional circular time range picker library for Android. Use this library to mimic Apple's iOS or Samsung's bedtime picker.

Jan 11, 2022

Convert numbers to Persian words.

Features

  • Any number that could be fitted in BigInteger can be converted to Persian words using this library From Zero to Vigintillion or more
  • Convert numbers from Byte, Short, Int, Long, Float, Double, BigInteger, BigDecimal
  • Convert numbers straight to currency like: چهارده هزار و پانصد تومان
  • Large numbers are named using short-scale standard
  • Negative numbers are supported
Jan 10, 2022

DraggableScaffold is a library that helps stack one composable on top of another so it can be dragged to reveal the content under it.

Jan 10, 2022

This example shows how to read data from Google excel spread sheet.

Jan 10, 2022

SSComposeCookBook - A Collection of major Jetpack compose UI components which are commonly used.

Jan 10, 2022

Premo is a Kotlin Multiplatform library that helps to implement the Presentation Layer and share it on iOS, Android, Desktop and Web. Focus on writing logic instead of solving common and boring UI related issues: lifecycle, persistence, navigation, etc.

Jan 10, 2022

This applications is sample for Biometrics Authentication in Android using Biometrics API.

Features:

  • Fingerprint Authentication
  • Face Authentication
  • PIN/Password/Pattern Authentication
Jan 9, 2022

Public IP lookup library for Android.

Jan 9, 2022
Advertisement

An offline first application in Jetpack Compose with MVVM architecture, representing a minimalistic implementation of Top Stories API. Built with components like DataStore, Coroutines, ViewModel, LiveData, Room, Navigation-Compose, Coil-Accompanist, koin etc.

Jan 9, 2022

Safe to run has been developed in order to simplify development of secure android applications. In particular the goal of the project is to provide a simple, configurable way for app developers to define when an app should or should not run and a simple way of calling that check.

Jan 9, 2022

The custom EditText with underline animating.

Jan 8, 2022

PulsingView is a simple android library designed to give you a ripple effect, if you ever need one. Ideally it can be used as a background for circle UI elements.

Jan 8, 2022

Using the RoundedProgressBar library you can easily create beautiful progress bars with individually rounded corners, animating progress text and more!

Jan 8, 2022

Selekt is a Kotlin and familiar Android wrapper over the community edition of SQLCipher, an SQLite extension that provides 256-bit AES encryption of database files. Selekt realises the maximum concurrency offered by SQLite3: When enabled for WAL-journal mode, "readers do not block writers and a writer does not block readers. Reading and writing can proceed concurrently."

Jan 7, 2022

GooglePlacesAutoComplete is a small Kotlin demo for auto search in google map.

TypeFilters:

  • ADDRESS 📍
  • CITIES 🌆
  • ESTABLISHMENT ✨
  • GEOCODE 🎯
  • REGIONS 🇮🇳
Jan 7, 2022

Custom dialogs with Lottie library.

Jan 7, 2022
Announcement

A gradle plugin that automatically adds clock tracking for your components and subcomponents.

Features

DaggerTrack will tell you following type of time for each of your component and subcomponent injection:

  1. Total time: This is the total wall clock time took by the component or subcomponent injection.
  2. On CPU time: CPU time is the time the inject method took working on cpu.
  3. Off CPU time: Off CPU time is the time that inject method took when it was not running on the CPU which means it was doing some I/O work or maybe blocked on some other resource.
Jan 7, 2022

Raccoon is a lightweight response mocking framework that can be easily integrated into the Android UI tests.

Jan 7, 2022

Sometimes, it's felt trouble to deal with Loading / Progress popup in app as it causes extra boilerplate code (adding XML code + View Inflation + Instance creation for showing or hiding and-so-forth).

This library will be helpful in those cases because it needs just a singleton configuration instance once which will be reusable to show and hide from anywhere (Both Activity or Fragment) just using a single line of code like - LoadingPopup.showLoadingPopUp() and LoadingPopup.hideLoadingPopUp()

Jan 7, 2022