I have to create a screen in which multiple images will be scrolling (automatically) from right to left with following features:
I have to create a layout like this image:
- Small circles will be scrolling automatically like marquee.
- When Image would reach at center, image will be zoom by 20% than other image.
- Images would be click able, so that an operation could be performed after click.
What I have done so far:
I have used ViewPager
but neither images are not scrolling automatically nor center image is zooming.
Please suggest or give some example.