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