I get the value from the webservice of the first 50 entries as a list. I have a download button in the footer. if the user clicks the download button, I will get the next 50 entries from the webservice. How to add the first 50 and second 50..n and show them as a list, can anyone tell how to do this.
I am using arraylist data object
thank
source
share