Hello I am trying to build a listview based on content from the web. I have had a look at :
http://androidboss.com/load-listview-in-background-asynctask/
example but it uses a predefined array of months. How can I substitute the known array of months for an unknown undetermined number of items from the internet? I want to load a listview with some data from the internet, the user scrolls the list and it retrieves the next row(s) from the internet etc etc rather than using a array of predetermined length. Thanks Ian
You can use my
EndlessAdapter
for that. The project has ademo/
subproject demonstrating its use.