Android library to simplify Fingerprint authentication implementation.
from The Android Arsenal
An extension for Google's AutoValue that creates methods for converting to/from AutoValue models and Map<String, Object>.
A library that helps implementing Android's LifeCycleObserver interface for variables instead of Classes, for example:
LiteCycle.with(10).forLifeCycle(this).onResumeUpdate(i -> i + 1).onPauseUpdate(i -> i + 1).observe()
This project aims to simplify binding views to .java files. Just use variable names similar to view id and it will bind it automatically.