Max Nagl

TypedJsonAdapter for Moshi

TypedJsonAdapter helps you to parse JSON:API or similar JSON files with type fields.

Read more...

Sort Drawables Build Script

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.

Read more...

StateListColorFilteredDrawable

StateListColorFilteredDrawable lets you assign a number of ColorFilters to a single Drawable and swap them according to states.

Read more...