lopspower / CircularImageView

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

Memory usage #101

Closed furkanaskin closed 5 years ago

furkanaskin commented 5 years ago

I have a Recyclerview and i'm binding svg images to CircularImageview. When the app is running profiler was showed 200-250 MB Memory usage. First of all, i thought "SVG is using too much memory." but you know SVGs lightweight and resizable.

Finally, i just changed my CircularImageView with ImageView and problem fixed. Now, Android Profiler is showing 60 MB memory usage in runtime.

Check SVG support for CircularImageView.

lopspower commented 5 years ago

Duplicate of #98

sagarnayak commented 4 years ago

facing same problem in the recycler view.