A business hours picker lib for Android.
from The Android Arsenal
A simple RecycleView
without adapter, only mapper from your model to RecycleViewCard
model.
An android library that helps you easily animate and make a cool menu for your android app.
aaaah - Another Android Adapter Abstraction Here. Quick and simple approach to creating Adapters for Android.
Rounded ImageView Android Library to set single or multiple corners on imageview.
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.
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.
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!
TimetableLayout is a layout manager and item decorations to display the timetable.
Features
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.
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:
An Android library written in kotlin to display steps in a progress bar using a single view.
Library to add TextView, EditText and Button with custom fonts to your views. For Android (API 16 or higher).
MVVM sample app (based on Android Architecutre Components MVVM) Plus a library containing abstraction layers for some generic app features.
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.
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