Hi Brion,

thanks, i will certainly give that a try. But the funy thing is that
i'm actually not attaching that much data to my listview rows. I even
stripped the images from it and i still have some "hickups" when
scrolling. And it's indeed probably the getview method which tries to
attach the data to the view.

But as said i'll give the example a go and see if that helps. Many
thanx in advance.

Patrick


2010/1/6 Brion Emde <[email protected]>:
> Are you using any of the techniques shown in the List13.java example
> in the APIDemos? I have a video example of what can be achieved with
> such techniques, here:
>
> http://www.youtube.com/watch?v=QZ8PoS6ai6U
>
>
> On Jan 6, 8: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
>



-- 
Met vriendelijke groet,


Patrick Plaatje

NDC|VBK de uitgevers
Sixmastraat 32, 8915 PA Leeuwarden
Postbus 394, 8901 BD Leeuwarden
T   (058) - 284 5044
M  (06) - 158 966 34
-- 
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