Can you post your getView code? Are you using a holder?
Shawn
On Jul 20, 2:01 am, "nwmotog...@gmail.com"
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
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, "nwmotog...@gmail.com"
w
2 matches
Mail list logo