How to make the menu button similar to the button in the "Path" application?

Path is a social media application that allows you to create a small social group to be close, and not as big as Facebook.

Something that really impresses me in this application is the interface. They have a signature menu button, which is a circle that rotates the selection of smaller circles as menu options.

I like the way it looks and wants to know how to make the menu / user interface animation in general. Can someone lead me to such a tutorial / article?

Thank.

Here is the Path application: Path Here is some application that just has a menu animation (unfortunately, there is no source): Skip program for the UI

+3
source share
2 answers

http://code.google.com/p/android-path-like-button/ Hope this helps, this is an underdevelopment, because so far you can’t see the effects of the rebound, but I branched it and I'm working on further finishing.

+1
source

It seems like they just use some custom-made blueprints for the background of their buttons and an animation of movement and rotation. Please check out this resource for Android UI animation:

Android UI Animations

0
source

All Articles