I am developing an Android app in which I have 20 HTML pages. I want to load all HTML pages on the fly when a scroll event happens.
For example, consider that I have a list view of list1, list2, list3, ...listn. When the user clicks on, say, list1, the corresponding HTML page should open, and when the user scrolls up, the next HTML page should get opened in the same layout or view.