Implementing scroll view that is much larger than the screen view with random images
- by pulegium
What I'm trying to do is to implement something like the fruit machine scroll view. Basically I have a sequence of images (randomly generated on the fly) and I want to allow the users to scroll through this line. There can fit approx 10 images on the screen, but the line is virtually unlimited.
My question is what would be the best approach in…