My question is intended to be more focused on the layout file or files, I know how to calculate and position every item that I need around the circle, but what I don´t have clear, is how to code the xml files, I mean, how many ImageButtons do I define? Is it a relative Layout? Do I use a list instead and populated with ImageButtons?... I´m confused :/
Thank you in advance :)
I'm pretty sure relative layout would not be the way to go since your going to want them positioned according to the center of the circle and not relative to escorted. That being said, you will need to place them all specifically and not with a simple procedure because image buttons are square and you will get overlap the closer you get to the 45 degree angles unless you space them all far enough away from each other or you make them circular as well.
I forgot to answer this question, I found the solution long time ago, I did it this way:
And I had a RelativeLayout with a FrameLayout in my XML file, hope you find it useful.