3

So I've been looking around for days now and I can not find any tutorials on how to make a UI similar to this.

enter image description here

I want to do something similar to this where the buttons are intents and go to my activities instead of the home screen activities(phone, market, contacts, etc). Does anyone have any idea on how to start this?

Andrejs Cainikovs
  • 27,428
  • 2
  • 75
  • 95
cj1098
  • 1,560
  • 6
  • 32
  • 60

1 Answers1

4

This is complicated because it uses 3D camera transformation, it is not really for beginners but you can have a go at it:

Android-3D-Carousel

Orlymee
  • 2,349
  • 1
  • 22
  • 24
Lumis
  • 21,517
  • 8
  • 63
  • 67
  • Well I have a few months to work on this so I think I can do it. Thanks for the link. – cj1098 Jun 15 '12 at 16:39
  • I think it would be easier to use a custom view with a simple array of objects and a formula for their position and size. Here is how to do animation in a custom view http://stackoverflow.com/questions/4938822/how-can-i-use-the-animation-framework-inside-the-canvas/4946893#4946893 – Lumis Jun 15 '12 at 16:46