I am getting image urls from server with square shape I have to make it to rounded corner images.Actually I am using volley library ,I know how to create round corner images
Volley has nothing to do with round corner image .
You can make a simple circle with white border and transparent content with shape.
// res/drawable/circle.xml
Then make a layerlist drawable and put it as background to your networkimageview.
// res/drawable/img.xml
and put it as background to your networkimageview.
You'll have something like that.
