ListView / One article per page / AJAX load new articles

I’m using ListView to show my articles, one per page (similar to tinder, one profile per page, and by swiping you get new), the same as my site: one article per page and by swiping(or clicking or right arrow) you get new article. My app is web app, I want to load 100 articles and when user comes to page number 100 to load 100 more. I’m not sure how to do it. If somebody could give me an idea