java - ViewPager infinite scrolling in one direction -
So, this is a dumb question, I know.
What I want to do is a ViewPager where you can scroll in one direction, then it loads a page with random content (though this is always the same layout). This last page is open, so if you scroll to the left, you get the page that you just saw, but only on that page, not the first page of that page, if you think.
Last Page - Current Page - Next Page
Not more, and on the right it should be infinite, it is loading content from a database I have got the code for dynamic viewpages but I can not get them to work Can you tell me in the right direction?
Comments
Post a Comment