Hey John,
First off I like the styling you have on your list.
I ran into a problem like this before.
I definitely second the idea of listview recycling.
two things that might help.
One I assume you are using an EfficientAdapter, I was.
Try swaping the adapter for an array adapter just to see if you still
have the recycling problem.
Second look over all the Ids on different lists and the components
that make them up. Make sure there are no duplicate names that is
causing the recycling problem.
Hope this helps,
Eric Harlow

On Sep 28, 7:51 pm, John Gaby <[email protected]> wrote:
> I have a ListView which presents a table of items.  The table is
> supposed to look like:
>
> http://gabytest.com/images/good.png
>
> but if I scroll around a bit, I sometimes see:
>
> http://gabytest.com/images/bug.png
>
> Now this only seems to happen when I run the program on an actual
> device (Motorola Droid with Android 2.2).  I have never seen this
> happen on the emulator.
>
> Has anyone ever seen anything like this?  Does anyone have any
> suggestions about what I might look for?
>
> Thanks.

-- 
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

Reply via email to