emilsjolander / android-FlipView

A small, easy to use android library for implementing flipping between views as seen in the popular Flipboard application
Apache License 2.0
925 stars 273 forks source link

Out of memory issue with many pages (40-50) holding hi-res images #44

Open shehabic opened 9 years ago

shehabic commented 9 years ago

I think there's something wrong with recycling views, or pages are not recycled at all, is it possible to add an option to recycle after X-Pages before/after the current page, I think that this would affect smooth flip to, but at least that would be better than running out of memory

shehabic commented 9 years ago

Anyone has suggestions on this issue ?