I\'m using a gallery in my project in which I have added four images and I want it to be infinite from both right side and left side. How do I accomplish this?
My first guess is to change adapter data, i.e. if you detect that you are on the "right edge", then get your first image and add it to the end, then take second image and so on...