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 ?
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?
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 ?