I am able to successfully parse the items (title, link, description, creator, pubDate and Cdata image) from RSS feed. Here is where I am stuck. I want to implement “Load More” option so that when a user scrolls down the tableview, he will either click on a button to or just scroll more to reveal more tableview cells.
What I want is the parser to parse 10 items at a time and on clicking load more, it should parse and load 10 more items.
Last, is there any way I can format the RSS feed to show 10 items on first page and 10 on next and so on.
Create RSS feed like below.
so that you can send page as parameter and can get results based on page number, send only 10 items per page.