Simple wrapper library for acquiring 2Checkout payment gateway token.
from The Android Arsenal
Annotation-based library for generating runtime permissions dispatcher. It supports "Xiaomi" phone.
The project is intended for comparing different revisions of image with other revisions.
The Intellij plugin that manages Android colors. It makes easy to browse colors.
It's a cool animation which can be used on splash screen or somewhere else.
Simple to use customizable Android Tooltips library based on PopupWindow. This Tooltips does not require any custom layout. It works as PopupWindow.
Testing and validation of REST services in Java is harder than in dynamic languages such as Ruby and Groovy. REST Assured brings the simplicity of using these languages into the Java domain.
Restito is a tool which is inspired by mockito and functionally is diametrically opposite to the Rest Assured.
Restito provides a DSL to:
A (semi) realistic chomping progress view that takes bites out of your delicious images! Nom! Nom!
Add styles to ImageViews, Views' background, Drawables and Bitmaps, with animation and bitmap output.
Reduks (similarly to Reduxjs) is basically a simplified Reactive Functional Programming approach for implementing UI for Android.
An Android library that helps you to make a cool two steps login in Material Design way. Such as Google web login.
Library that enables TextView
of ImageView
to show loading animation while waiting for the text and image get loaded.
Simple Android library which allows you to create a chunk for NinePatchDrawable at runtime. So you are able to load 9.png images, for example, from assets of your application or from other source.
Extended CollapsingToolbar that implements scrolling behaviour like in Google Play app.
Simple PriceView
that can be used to represent any prices in Russian rouble currency. Library uses RobotoTextView
as text presenter.
A light Android library containing code to work with RecyclerViews
and ViewGroups
which is usually copy-pasted across projects.
A SharedPreferences
wrapper for Android that encrypts the content with 256 bit AES encryption. The Encryption key is securely stored in device's KeyStore.
Epoxy is an Android library for building complex screens in a RecyclerView
. It abstracts the boilerplate of view holders, item types, item ids, span counts, and more, in order to simplify building screens with multiple view types. Additionally, Epoxy adds support for saving view state and automatic diffing of item changes.
Utility library of concurrent execution strategies for JVM and Android.
This is a simple download task for Gradle. It displays progress information just as Gradle does when it retrieves an artifact from a repository.
A multi level menu view (like WeChat subscription Accounts) library for Android.
A Subclass of ImageView
that 'morphs' into a circle shape and can rotates. Useful to be used as album cover in Music apps.
Freeline is a fast build and deployment tool for Android. Caching reusable class files and resource indices, it enables incrementally building Android apps, and optionally deploying the update to your device with hot swap.
CodeView helps to show code content with syntax highlighting in native way.
Android Base MVP Concept with RXJava, Dagger, Event Bus, Retrofit, Glide, OkHTTP.