I need to build a scroll view (with 10 items for example) that can be continuously scrolled (with paging enabled). In other words as you keep scrolling to the right, you see the item you started with once to get to the end, and it just keeps looping.
I'm looking for recommendations on how to a approach this. I will be receiving an array of images. I can lay them out next to each other no problem. My main concern is how/when to move the images so they keep appearing in a loop as you scroll. Thanks!