I want a view, where 5 images scroll vertically and repeatedly (loop).
How to achieve this in android..?
I tried Gallery view but it will not support vertical view.
I tried transition animation, it shows vertical but not in a loop.
I tried dynamically adding views in a layout but its not appropriate.
How to achieve this, please help..?
Thanks in advance..
This is a demo created for one of my projects. It give you some idea.
Here I scroll through the images in a loop.