I am currently lazy loading a set of images to my application in android. When I finish loading them,i want to apply a mask(so I can have round corners on them).How can I achieve this effect?(i am not using xml shapes for the round corners, since I want the corners anti-aliased).
Thanks