Yeah, had similar problems in an ExpandableListAdapter when too much processing time was spent in overridden getChildView or getGroupView. So perhaps a solution to your problem is to minimise the amount of work being done in your getChildView function.
On Jul 20, 4:01 pm, "[email protected]" <[email protected]> wrote: > I am using a custom array adapter in my ListView. It works fine when > I am scrolling through a list of items slowly but when I attempt to > scroll quickly the activity get's closed by the memory manager. > > Has anyone else run into this ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

