How might I go about creating an Android version of the iOS KYCircleMenu project found at:
https://github.com/Kjuly/KYCircleMenu
It doesn’t need to be exactly the same, but I would like to find some sort of tutorial that creates a similar effect of displaying buttons in a circle around a center image or button.
not exactly what you want , but the next samples might be useful and you might be able to tweak them to your needs:
http://www.androidviews.net/2012/10/radial-menu-widget/
http://developer.samsung.com/s-pen-sdk/samples/Circle-Launcher
http://www.androidviews.net/2012/12/arcmenu/
http://www.androidviews.net/2012/11/glowpadview-lockring/
as a side note , i would recommend to avoid a circular menu , simply because when you touch the screen , it’s hard to see all of the items since the finger/hand hides part of them.