Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make rotating menu

I have a question about rotating menu in android. I would like to make animated menu moving like gun cylinder.

http://i.imgur.com/COb8a.png

Where 1-6 are ImageButtons, and the buttons are rotating clockwise or countercw depending on how you touch the screen. I know how to place the ImageButtons etc. but i never made animated menu, always static. If you can help me i'd be very appreciated.

like image 301
user1824047 Avatar asked Nov 14 '12 15:11

user1824047


1 Answers

I think you can do this by using

1) here is library for rotating menu https://github.com/dmitry-zaitsev/CircleLayout

2) use carousel view and set z depth according to your requirement http://www.codeproject.com/Articles/146145/Android-3D-Carousel

3) follow this creating a Circular view in android

like image 105
Sanket Kachhela Avatar answered Oct 02 '22 17:10

Sanket Kachhela