TypedJsonAdapter for Moshi
posted in Utils on March 10, 2021
TypedJsonAdapter helps you to parse JSON:API or similar JSON files with type
fields.
Sort Drawables Build Script
posted in Utils on March 01, 2016
In many projects I got drawable files in the format ic_sun@1x.png
, ic_sun@2x.png
and ic_sun@3x.png
. I created a script that automatically sorts the files into the drawables folders.
StateListColorFilteredDrawable
posted in Utils on February 23, 2016
StateListColorFilteredDrawable lets you assign a number of ColorFilters to a single Drawable and swap them according to states.
Read more...