siyamed / android-shape-imageview

Custom shaped android imageview components
MIT License
2.66k stars 598 forks source link

Shaped Network ImageView #39

Open power7714 opened 8 years ago

power7714 commented 8 years ago

Is it possible to combine this with the Volley NetworkImageView? I would like to pull my images from url's or json but have them take the shape of my svg/shape once loaded. Is this possible or can it be done? I tried combining the two classes into one class but it didn't work. I think the way ShapeImageView and NetworkImageView set/load the image(s) is different. Trying to figure this out but would appreciate any help. I'm sure this idea/concept would come in very handy for a lot of other people. Thanks in advance for any reply.

power7714 commented 8 years ago

This is what I've tried: LINK