Hi overflow'ers!
Is there a working example out there that demonstrates how to append additional rows in ListView dynamically? For example:
- you are pulling RSS feeds from different domains
- you then display the first 10 items in the ListView (while you have other threads running in the background continue pulling feeds)
- you scroll and reach the bottom of the List and click at a button to view more items
- the ListView will then get appended with additional 10 items, which makes 20 items now in total.
Any advice how to accomplish this?
Nicholas