vinc3m1 / RoundedImageView

A fast ImageView that supports rounded corners, ovals, and circles.
Other
6.44k stars 1.25k forks source link

Out of Memory Crashes #199

Closed sajadmaster closed 6 years ago

sajadmaster commented 7 years ago

I used this library extensively because I loved it, but unfortunately, this library doesn't free the allocated memory after the usage is finished. This leads to out of memory crashes. I have at least 100 crash reports from my users so far. I had to change to Picasso library.

vinc3m1 commented 6 years ago

This library doesn't manage memory or load images. Glide and Picasso have transformations that don't require RoundedImageView anymore.