Tuesday, 18 January 2022

CarouselRecyclerview

Create carousel effect in RecyclerView with the CarouselRecyclerview in a simple way.



from The Android Arsenal

Checkbox Questions

This library allows the implementation of questions that make use of checkboxes. The combination of a question and checkboxes allows for a customizable and elegant-looking UI.



from The Android Arsenal

Monday, 17 January 2022

SSAudioRecorderWithWaveForm

SSAudioRecorderWithWaveForm is recording audio with wave form data, you can record audio using the app and also you can also pickup already recorded audio from gallery. The best thing is our application is after recording we can trim that audio from start point to end point using slider.

Features:

  • Recording audio
  • Playing back recordings
  • Make recordings in M4A and WAV
  • Displaying waveform of the recording
  • Import audio files
  • Trim recorded/imported audio
  • Customise trim marker
  • Customise waveform color
  • Two recording formats are available:
    • M4A
    • Waveform Audio File Format (WAV)



from The Android Arsenal

Plane in clouds

A simple example of Jetpack compose animations.



from The Android Arsenal

Sunday, 16 January 2022

Simple Image Loader

Modern image loading library for Android. Simple by design, powerful under the hood.

  • Kotlin: Simple Image Loader is Kotlin-native and uses no any dependencies except myself Disk LRU Cache
  • Fast: contains lots of optimizations: memory cache, disk cache, images downsampling, requests cancelling and more
  • Lightweight: ~18Kb 😄
  • Simple: minimal boilerplate, simple API, based on every-day needs, extensible for features you need
  • Flexible: not found something you need, like need FTP transport, maybe custom memory or disk caching, SVG displaying support, etc? You can easily add it on your project, because Simple Image Loader is modular and full of simple abstractions.



from The Android Arsenal

FormValidator

A form validation library for android jetpack compose.

Features:

  • Determine Validation Flow. Flow.Dowm|Flow.Up|Flow.Splash
  • Custom Validation
  • Validation Snackbar
  • Validation State Callbacks
  • Library is well documented



from The Android Arsenal

SegmentedProgressBar

Beautiful progress bar with segments. Highly customizable. Fully written with Jetpack Compose.



from The Android Arsenal