openaphid / android-flip

A component for flip animation on Android, which is similar to the effect in Flipboard iPhone/Android

Home Page:http://openaphid.github.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory leak occurs in releasedViews

openaphid opened this issue · comments

commented

Memory leaks when the adapter doesn't reuse the convertView and always creates a new view.

All demo activities go with the reuse strategy which doesn't have memory issues.

commented

Fixed in the develop branch