Saturday, 10 February 2018

Goldfinger

Android library to simplify Fingerprint authentication implementation.



from The Android Arsenal

Retrofit2 LiveData Adapter

A Retrofit 2 CallAdapter.Factory for Android LiveData



from The Android Arsenal

Thursday, 8 February 2018

AutoValue Map

An extension for Google's AutoValue that creates methods for converting to/from AutoValue models and Map<String, Object>.



from The Android Arsenal

Sneaker

A lightweight Android library for customizable alerts.



from The Android Arsenal

Wednesday, 7 February 2018

LiteCycle

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()



from The Android Arsenal

Monday, 5 February 2018

EaseIt

This project aims to simplify binding views to .java files. Just use variable names similar to view id and it will bind it automatically.



from The Android Arsenal

MaterialNumberPicker

A customizable number picker based on Material guidelines.



from The Android Arsenal