[android-developers] Re: ArrayAdapter craziness

2010-07-20 Thread nation-x
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

[android-developers] Re: ArrayAdapter craziness

2010-07-20 Thread metal mikey
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