openaphid/android-flip

Memory leak occurs in releasedViews

openaphid opened this issue · 1 comments

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.

Fixed in the develop branch