Ecchilon / SadPanda

Apache License 2.0
2 stars 4 forks source link

Rescale images to prevent OOM exceptions #1

Closed Ecchilon closed 9 years ago

Ecchilon commented 9 years ago

Currently devices with smaller memory allocations get OOM exceptions when scrolling through the view. Not surprising, giving it's trying to allocate 8MB of raw image data. Consider re-sizing when Picasso throws an error.

Ecchilon commented 9 years ago

Closed with 9fb454ca17f17