Advice on this UI implementation?

wastifiaste

New Member
Here's the basic UI i intend:
tOnS6.png
BT75V.png
ak570.png
There is central circle:CENTER. As the view is rotated, new circles:NAME are generated on the circumference. The circle at the top is a newly generated circle, i.e. if an already generated circle passes the top it fetches a new name. I don't know the Android API well enough yet, so can someone point me in the right direction? What classes should I look at? How can I create that sort of pathing? Do I generate circle programmatically or have the views already in the xml layout but invis? Thanks. EDIT: Currently I'm working on the custom views that will be each circle.
 
Back
Top