I was working over iOS Application that i wrote animation for it using coreGraphics. The animation was basically a circle that has items over it. when you press over an item, all other items collapse under it and makes a shadow. Now, i want to port that animation over Android. I have a good understanding with AndEngine, How can i do that ??
thanks
I think he means this scenario : 1) click on any item. for example, item " Card 1 " 2) All other cards ( items ) should be rotated and moved under Card 1 3) He needs to rotate and move all cards to be under card 1. but in circular path not in linear path.