Could you show the code of your adapter? On Fri, May 15, 2009 at 5:09 PM, OTB <[email protected]> wrote: > > > 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 > > > >
-- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

