gradle-imagemagick
Gradle tasks to easy integrate ImageMagick
Install
buildscript {
repositories {
jCenter()
}
dependencies {
classpath 'com.eowise:gradle-imagemagick:0.5.2'
}
}
Usage
Have a look at the wiki
Source link: https://github.com/eowise/gradle-imagemagick
Gradle tasks to easy integrate ImageMagick
buildscript {
repositories {
jCenter()
}
dependencies {
classpath 'com.eowise:gradle-imagemagick:0.5.2'
}
}
Have a look at the wiki
Q & A
A lightweight, good expandability android library used for displaying different load pages like loading, error, empty, timeout or your custom load page when you do net job.
Android widget to present calendar in a recycler view. The idea was to replicate calendar the way calendar is presented in the amazing Airbnb app.
Konveyor is a tiny library which intends to battle RecyclerView.Adapter
Hell by introducing "Composition over inheritance" approach when dealing with RecyclerView adapters. While making your Adapter related logic testable by providing abstraction layer over its logic, it will make you forget all of the ViewType hassle all together.
Secure and efficient cryptography library for Android. (Auto fix SecureRandom bugs in API 18 and below.)
This is an IntelliJ/Android Studio IDE plugin to detect the code with @Experimental and @Beta annotations and show a custom icon on the gutter when you use it.
Waterfall Toolbar is an Android version of Material Design's web component waterfall toolbar. Basically, what it does is dynamize an ordinary Toolbar, increasing and decreasing its shadow when an associated view is scrolled.
Q & A