What does your getView code look like. Are re-inflating your row view
every time it's called, are there multiple views for the rows etc?

Vince

On Jan 6, 10:18 am, Patrick Plaatje <[email protected]> wrote:
> Hi all,
>
> for my app i'm using a listview to display rss news articles. All goes
> well, and the implementation is almost done. But when using my app,
> i'm not really satisfied with the "smoothness" and user experience of
> it. The main problem is that when i scroll through the listview, which
> contains an image for each row in the listview, the scrolling isn;t
> smooth, it executes the getview override every time. I already threw
> out the "holder startegy", as it slowed the scrolling...
>
> any thoughts?
>
> Thanx,
>
> Patrick
-- 
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