rzsombor / bucket-list-adapter

Android BucketListAdapter
96 stars 35 forks source link

Crash because out of memory #2

Open cycDroid opened 11 years ago

cycDroid commented 11 years ago

Crash when you scoll the view up and down again and again, you could see the heap in eclipse. Thanks for sharing your code, anyway to fix that problom ?

carlosnavas commented 11 years ago

This can be related to the getView() method in ListAdapter class. Actually it creates a new view each time it is called instead of applying the viewHolder pattern. Am I right Marvin?