Hi,
I'm currently trying to implement a circular scrolling list.
I'd like to have few item displayed on a circle and I would like to be able to scroll them so that the item on top of the circle is the one on which selection is available.
Is there any native method to do that?
Which classes should I look into to start implementing such an UI?
ScrollView was the class I was looking into but I noticed in the docs that "ScrollView only supports vertical scrolling."
So I switched to Scroller...
Thanks in advance for your help.
Cheers
Francesco