I'm creating an app that has a RecyclerView with the items containing images, I need to make the image have rounded corners but I can't seem to make the image clip to the custom shape that I want. Is there an easy way to make images have rounded corners?
Use Picasso or Glide library to download pictures from the server.
There are plenty of examples in the Internet.
Picasso http://square.github.io/picasso/
Glide https://github.com/bumptech/glide
Both can be used just inside bind() method, all you need is to provide URL of image.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.