[android-developers] Re: Scrolling in a ListView
Thank you.
I analyzed the the getTeamNames() method. There was a bug that created
null-values.
Now everything works as expected.
Thanks again.
- Sebastian Muehr -
On 21 Aug., 14:57, Shashidhar <shashi.zep...@gmail.com> wrote:
> 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 *game.getTeamNames()* method's
> result.
>
> Thanks,
> Shashidhar
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home