I load a pretty hefty data feed from a server also in XML and parse it, I used the SAX parser and it's pretty snappy.
How are you parsing your data? On Feb 18, 3:35 pm, Ivan Soto <[email protected]> wrote: > Hi, > > I've built an application that loads XML from a server, then creates a list > of items and with that I create and adapter that I set with > > setListAdapter(my adapter); > > The problem I'm having now is that creating the list and adapter takes time, > so I was thinking on creating just like 20 entries and populate the list, > then create the rest on runs background or maybe when the person gets to the > bottom (like gmail application). > > Is there any tutorial or demo with this somewhere to see a good way to do > this? > > 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 -~----------~----~----~----~------~----~------~--~---

