RoundedImageView
A fast ImageView that supports rounded corners, ovals, and circles
A fast ImageView (and Drawable) that supports rounded corners (and ovals or circles) based on the original example from Romain Guy. It supports many additional features including ovals, rounded rectangles, ScaleTypes and TileModes. There are many ways to create rounded corners in android, but this is the fastest and best one that I know of because it does not create a copy of the original bitmap, does not use a clipPath which is not hardware accelerated and not anti-aliased, does not use...