Starred Github Libraries
Over time, I’ve starred a number of libraries on GitHub, and lost track of what they are, and why I’ve starred them. So I thought I’d try recording them here, mostly as a note to self.
Android Shape ImageView
Android Shape ImageView provides a collection of shaped ImageViews for the display of images. It looks simple to use, with a number of provided shapes, and the ability to use custom shapes.
Gradle TestSets Plugin
The Gradle TestSets plugin allows you to define custom test sets in Gradle, each with their own independent dependencies, etc. Android developers would already be familiar with using both testImplementation and androidTestImplementation. This makes it easy to define more such test sets.
Leave a comment