lopspower / CircularImageView

Create circular ImageView in Android in the simplest way possible
Apache License 2.0
1.95k stars 413 forks source link

Dynamic image change not working #16

Closed bizkit1 closed 9 years ago

bizkit1 commented 10 years ago

I managed to implement this, it works fine with static images. In my case i have a radio app, and the artist image refreshes everytime the song changes. If i apply the circularimageview in my xml layout file, when the image changes my app crashes. Any ideea why?

katalin2003 commented 8 years ago

Hello @bizkit1 have you found a solution to this? I tried using CircularImageView with NetworkImageView to no avail.

Thanks