Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

3D Animation Between Activity in Android

How to create animation between two Activity look like As Screen shot in androidenter image description here

like image 565
Parag Chauhan Avatar asked Sep 05 '12 05:09

Parag Chauhan


3 Answers

Search for jazzyviewpager. this is the link to the library. It has many cool animations to play with.

like image 154
bostan Avatar answered Oct 22 '22 05:10

bostan


I think it's not activity animation, i believe it's fragments animation , activity animation is much more hard to implement smooth , read here about fragment

like image 37
Tomer Mor Avatar answered Oct 22 '22 06:10

Tomer Mor


You may need to override Activity.overPendingtransition, and define transition animations in xml. Refer to this.

like image 29
pixelscreen Avatar answered Oct 22 '22 06:10

pixelscreen