Monday 31 August 2020

AnimationX

A simple & awesome animation library written in Kotlin for Android.



from The Android Arsenal

CircleMenu

⭕ Simple, elegant menu with a circular layout! 🔥



from The Android Arsenal

Sunday 30 August 2020

CoLocation

Coroutines Location API Library for Android. This library wraps the Location APIs in Kotlin coroutines and Flow.



from The Android Arsenal

Wednesday 26 August 2020

DataBindingRecyclerAdapter

A simple universal RecyclerView.Adapter based on Android's DataBinding framework. Saves you from writing a new adapter implementation over and over for every new screen.



from The Android Arsenal

Sunday 23 August 2020

DynamicAmountEditText

Customizable EditText with runtime amount formatting. There's nothing extra. Supports different separator's types.

Features

  • Extended from EditText, so you can use it like regular EditText f.e. with TextInputLayout
  • Formatting occurs in runtime
  • You can change decimal separator, decimal part length, grouping separator
  • Cases with insert from clipboard was processed, as a result, you can't paste incorrect values. From pasted data will be select correct parts only



from The Android Arsenal

AwesomeDialog

A Beautiful Multipurpose Awesome Dialogs Library in Android using Kotlin 😍



from The Android Arsenal

Saturday 15 August 2020

CacheX

A feasible caching library for Android.

Features

  • Real-time update
  • Lightweight
  • Secure
  • Thread Safe

How does it work?

Caching is just a simple key-value pair data saving procedure. CacheX follows the same approach. CacheX uses SharedPreference as storage for caching data. Since we really can't just save the original data because of security issues. CacheX uses AES encryption & decryption behind the scene when you are caching data or fetching data from the cache. Also, you can observer cached data in real-time.



from The Android Arsenal

Friday 14 August 2020

Telepathy-IPC

A Fast and Super Easy IPC library. Send data between processes or apps using Bundle.



from The Android Arsenal

Thursday 13 August 2020

ZoomHelper

ZoomHelper will make any view to be zoomable just like the Instagram pinch-to-zoom.



from The Android Arsenal

Wednesday 12 August 2020

Satchel

A fast, secure and modular key-value storage with batteries-included for Android and JVM



from The Android Arsenal

Tuesday 11 August 2020

LiveChart

LiveChart is an open-source Android library to draw beautiful yet powerful charts. The library allows for color and data display customization, in an easy to learn, descriptive API.



from The Android Arsenal

Tuesday 4 August 2020

HandlePathOz

Android library written in Kotlin, but can be used in Java too. Built to handle a single or multiple Uri (paths) received through Intents.

When you retrieve a Uri through an intent, its path is defined in relation to the File Chooser used, which does not represent the actual path of the file, making it impossible to work with it. This library aims to retrieve the real path of any file in a simple way, and then it is possible to use it for its proper purpose.

Compatible with API version from 16.



from The Android Arsenal

Cekrek

Cekrek is an android library that allows you to export any view to bitmap or image file in a convenient way.

  • Export or generate Bitmap from a View without needed to displaying it.
  • Export or generate Image File from a View without needed to displaying it.
  • Configurable bitmap and image file generator.
  • With View extension function for Kotlin user.
  • Friendly method for Java user too.



from The Android Arsenal

Sunday 2 August 2020

Kiel

Kotlin way of building RecyclerView Adapter 🧩. You do not have to write RecyclerView Adapters again and again and suffer from handling of different view types. Kiel will help you.



from The Android Arsenal