0

enter image description here

You see the icons are in a revolving manner. How to achieve this on Android? Is it through OpenGL or can there be some other easier implementation.. This has been bugging me from months together and I just need a pointer or a breakthrough code. A tutorial would be of awesome help...Please help?

Kunal Shah
  • 489
  • 1
  • 4
  • 21

2 Answers2

2

There is a project 3D Carousel, you can get it and Since the screenshot seems to be a customized Home Screen, so you have to provide your own customized Home Screen,

Community
  • 1
  • 1
Adil Soomro
  • 37,609
  • 9
  • 103
  • 153
  • Hi Adil, I had a look at the links.....The carousel effect project has a lot of trignometry.....Difficult to understand for a new bee like me....If you could help me on that....I know am asking for a lot..; – Kunal Shah May 21 '12 at 08:06
1

Google released a carousel example with source code as part of the "Designing Android UIs for Phones and Tablets" session at Google I/O 2011. You get the source here. It uses Renderscript to create the 3D effect.

Gunnar Karlsson
  • 28,350
  • 10
  • 68
  • 71