I never worked with a designer that was happy with how the default ImagevView shape looks, to be honest, they are right it kinda looks boring with its sharp corner like an old square. and from that disapproval and the need to make our ImageViews looks beautiful. Libraries that help us achieve that started appearing to save us from the hideous-looking ImageView.

The CircleImageView by hdodenhof was added by default in any project. and it saved us a lot of time.

But Android Team at Google finally decided to keep up and introduced the ShapeableImageView in Material Design 1.2.0.

#kotlin

Deep Dive Into ShapeableImageView in Android
2.45 GEEK