I know there are many third party libraries to create a CircularImageView available but I got to know all of them are not very efficient (some do not support animations/transitions, some have performance issues).
- I need to create a screen similiar to the Whatsapp Contacts screen (A list with circular ImageView and some text).
- Need to load data in the list online.
- I don't want to crop image or create a bitmap copy (like this- How to Make an ImageView in Circular Shape?)
- Need to have touch feedback (ripple effect) on clicking the circular image
Can I achieve this without any third party library? If not please let me know the best way to do this.