Reputation: 269
I've used apple's Lazy TableImages example for loading images in the backgournd and it works fine.
My question is if this same technique can be used to parse xml responses after issuing url requests for each cell?
I've tried this based on the Lazy table image loading, it works, but it freezes unitl all the visible cells have parsed their appropriate xml. I haven't tried to create a seperate thread to process each xml for parsing, but i don't know if this is the right way.
Teo.
Upvotes: 1
Views: 224