1

I have been searching for AutoRotating-UserControlled Carousel frm a while. I came across alot of tutorials and also referred sources frm Github, but found nothing relevant. The closest relevance was from here

But this tutorial didnt give a smooth auto-rotating and user controlled carousel. Being a new user I dnt have enough reputation to upload screenshot of the required thing, so pls download and run the source frm the above link and i hope u will understand my doubt .

thanks pals

user2776562
  • 21
  • 1
  • 3

1 Answers1

0

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

and refer this How to make rotating menu

Community
  • 1
  • 1
Sanket Kachhela
  • 10,861
  • 8
  • 50
  • 75
  • the project here : https://github.com/dmitry-zaitsev/CircleLayout is having some problems with its propeties and the code here: http://www.codeproject.com/Articles/146145/Android-3D-Carousel is quite Huge.. can you please suggest me something else? – user2776562 Sep 13 '13 at 13:35