Hi,
I have developed a ListActivity where each row of the list contain a
drawable (downloaded from an url, cached locally and in memory). So, I
use a custom SimpleAdaptor to fill the list.

My problem is that the list is very slow.
It seems like the component try to reuses a small number of row to
print the list
(Sometimes a picture contain a previous pictures before the real one)

I would like to know how to speed-up my application.
Is it possible to increase the number of rows used internally by the
list to draw its content ?
Do you have other advice ?

Thanks,
Erwan

--~--~---------~--~----~------------~-------~--~----~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to