An image change/sort view for editing profile, image slider, product slider etc. Like Tinder's edit profile image with drag and drop.
from The Android Arsenal
An image change/sort view for editing profile, image slider, product slider etc. Like Tinder's edit profile image with drag and drop.
A checkable widget for Android with nice transition animations. Based on the the Google I/O 2018 app.
CoffeeTextView makes it extremely easy for Android developers to set custom animations, fonts and other attributes for text through xml, programmatically or both.
Pushmanager is a small wrapper for FCM (Firebase Cloud Messaging) and your app needs just a few methods to interact with it.
AndroidRate is a library to help you promote your Android app by prompting users to rate the app after using it for a few days.
Android library designed to enrich and make your RecyclerView adapters more SOLID
Adapster will help you make your RecyclerView adapters more manageable and overall enrich your RecyclerView experience.
This library lets you to create joystick with some customization for android.
DevDrawer allows you to easily put various views into a side drawer, for controlling options you may need to change while developing your app (e.g. switch between production and dev urls or enabling/disabling logging) into a side drawer.
It actually just wraps your activity's root layout into a android.support.v4.widget.DrawerLayout
Helper to upload Gradle Android Artifacts, Gradle Java Artifacts and Gradle Kotlin Artifacts to Maven repositories (JCenter, Maven Central, Corporate staging/snapshot servers and local Maven repositories).
Gradle Script plugin to generate documentation by Dokka documentation engine in Javadoc or other formats for Java, Kotlin, Android and non-Android projects. It's very easy, you don't need to add to dependencies section additional classpath or think about compatibility issues, you don't need additional repositories also.
A brand-new library for android about logging and loggers. Briefly, It's used to transform something like this
Log.e("MyTag1", String.valueOf(X)); Log.e("MyTag2", "Message", thr);
in something like this
loge(X, thr)
LifecycleEvents library is an event bus implementation, using lifecycle from android architecture components and kotlin language features.