I am currently retrieving xml data of current information from my web server and SAX parsing it into a listview in my application. All good if the number of rows generated is small.
If the list grows too large the scrolling starts to choke. I am trying to understand what is the best method of putting a potentially large subset of data into a listview so that it loads rows as required.
Is this in fact the approach to take or do I need to look at another method?
I am currently retrieving xml data of current information from my web server and
Share
Look For Lazy and Efficient adapter.