Re: [android-developers] Re: Scrolling in a ListView

2011-04-20 Thread Kumar Bibek
My guess, variable tit is null. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Wed, Apr 20, 2011 at 11:35 PM, ABSOLUT wrote: > The line is: > holder.programa.setText(tit.get(position)); > But I dont know why say that is null > > > > > On 20 abr, 19:48, Ku

Re: [android-developers] Re: Scrolling in a ListView

2010-08-21 Thread Shashidhar
I have experienced the same error for my custom adapter. The problem is that when you scroll down it tries to construct the view to be shown on the list. In my case I was assigning null values for one of the spinner which is part of my list view item. Check if there are any null values in your *ga