In my app i want to achieve some thing like this
I have tried a lot of libraries which provide a circular layout for example like this one:- https://github.com/dmitry-zaitsev/CircleLayout
You can check the code for circlelayout there , not posting here as its too big.
I have also tried Circular List view as discussed in here:- Circular ListView (Items on Half Circle)
But with both the approach i am able to achieve something like this :-
This looks something like Ferris wheel but its not what i want , where the elements are connected to each other and the scrolling is smooth.