Thursday 28 February 2019

Business Hours Picker

A business hours picker lib for Android.



from The Android Arsenal

RecycleViewCard

A simple RecycleView without adapter, only mapper from your model to RecycleViewCard model.


Android Arsenal

from The Android Arsenal

RendererRecyclerViewAdapter

  • Now you do not need to implement adapters for RecyclerView;
  • You can easily use several types of cells in a single list;
  • You can reuse cells in different RecyclerView;
  • You can easily add a nested RecyclerView;
  • You can easily add the DiffUtil;
  • You can easily add the DiffUtil Payloads;
  • You can easily save a state of a Item when scroll;
  • You can easily add a Load More Indicator;
  • Can be used without ViewHolder - use ViewBinder instead of ViewRenderer;
  • Using this library will help you to follow SOLID principles.



from The Android Arsenal

Pager

An android library that helps you easily animate and make a cool menu for your android app.



from The Android Arsenal

KotDil

Dependency injection framework for Kotlin developers.



from The Android Arsenal

Wednesday 27 February 2019

aaaah

aaaah - Another Android Adapter Abstraction Here. Quick and simple approach to creating Adapters for Android.



from The Android Arsenal

RoundedImageView-Library

Rounded ImageView Android Library to set single or multiple corners on imageview.



from The Android Arsenal

Monday 25 February 2019

KSnack

You can create customized Snackbar with KSnack.



from The Android Arsenal

sliding-panel

A ViewGroup that implements a sliding panel that is part of the view hierarchy, not above it.

Difference from other libraries

All other implementations of the bottom sheet pattern and sliding panel pattern implement a panel that sits above all the other Views of the app. When the panel is collapsed (but visible) the only way to set its position is by using a peek factor (its distance from the bottom of the screen).

With this library the sliding panel is placed exactly where it is supposed to be in the view hierarchy, just like it would be in a vertical (or horizontal) LinearLayout. It doesn't sit above other Views.



from The Android Arsenal

Marathon

Cross-platform test runner written for Android and iOS projects.



from The Android Arsenal

Sunday 24 February 2019

Arisan Form

When you make so many form in android. You should code xml for every form, copy paste anywhere, change data make you change layout too. OMG, that is so painfull.

ArisanForm Convert your Model into Form. With just 3 step and everything is ready.



from The Android Arsenal

RatingReviews

RatingReviews (Rating and Reviews) is a widget or layout that adds Rating and Reviews bar to your app similar to the ones seen on Google playstore and Apple App store. It gives you a beautiful visual summary of the number of raters and ratings they gave on a specific item. And of course it is highly customizable to fit your app theme!



from The Android Arsenal

JRSpinner

A custom spinner that inspired by instagram language chooser.



from The Android Arsenal

RangeSeekBar

An Android Range Seekbar library.



from The Android Arsenal

TimetableLayout

TimetableLayout is a layout manager and item decorations to display the timetable.

Features

  • Vertical Scroll
  • Horizontal Scroll
  • Horizontal Loop
  • Column Name Decoration
  • Time Decoration
  • Current Time Decoration



from The Android Arsenal

Odoo Json-rpc Client for Android

Odoo Json-rpc Client for Android.



from The Android Arsenal

Saturday 23 February 2019

RxMusicPlayer

An android music player using ExoPlayer and RxJava2



from The Android Arsenal

ProgressCircula

ProgressCircula is a lightweight customisable circular ProgressBar view for Android. It has been written entirely in Kotlin and it includes only one file. The purpose was to mimick the behavior of Telegram ProgressBar for messages.



from The Android Arsenal

Monday 18 February 2019

Audio Recorder


Audio recorder (Voice recorder, Sound recorder) - an open source application makes an easy audio recording experience. App optimized for the fastest start as possible and helps not to miss important sound for the user.

Features:

  • Recording audio
  • Playback records
  • Select recording format AAC or WAV
  • Set sample rate and bitrate
  • Record and Playback in background
  • Display record waveform
  • Rename record
  • Share record
  • Import audio files
  • Records list
  • Add the selected record to bookmarks
  • Delete all records from settings
  • Colored themes


from The Android Arsenal

StepProgressView

An Android library written in kotlin to display steps in a progress bar using a single view.



from The Android Arsenal

Saturday 16 February 2019

Async Socket

Asynchronous socket (client+server) communications.



from The Android Arsenal

BTEFonts

Library to add TextView, EditText and Button with custom fonts to your views. For Android (API 16 or higher).



from The Android Arsenal

DobDroidMVVM

MVVM sample app (based on Android Architecutre Components MVVM) Plus a library containing abstraction layers for some generic app features.


Android Arsenal

from The Android Arsenal

Friday 15 February 2019

circle-progress-ad-android

A small Android library allowing you to have a smooth and customizable circular ProgressBar like whatsapp and Tez app, it can be use while uploading or downloading file.



from The Android Arsenal

Thursday 14 February 2019

SwipeDownToFinsh

This library provide a custom activity which is extended class of AppCompatActivity, provides a swipe down gesture to finish the activity.

You can use this either by making the root of your layout with SwipeDownLayout or by extending your activity with SwipeDownToFinishActivity



from The Android Arsenal