How to make a circular layout or Circular ViewPager in Android Studio?

4

What I'm looking for is like the following image:

They are like selectable items, I want to do just like the image, the options rotate from left to right or from right to left, the images become bigger, when you go to the next option and the one that goes to the side is shrinking .

    
asked by Diegox Motta 03.09.2016 в 18:23
source

1 answer

2

I did something similar with a library called CircularImageView , in my case I used images, since you do not detail the options very well, if you use "text or images" , I leave the bookstore and adapt it as required:

link

    
answered by 08.11.2016 в 23:40