I am learning android and trying to create an effect of folding the view from middle like one in the linked video.
Can anybody give some guidance or point to the right resource.
Current android allows to flip the complete view on Z axis to create a view flip effect as shown in video below.
http://www.youtube.com/watch?v=a5b0EKUU3h4
Code found here for flip effect http://www.inter-fuser.com/2009/08/android-animations-3d-flip.html
But the effect in first video folds it from middle. Also I would like to use that effect as transition animation which hides the top view and display one from behind with a viewGroup.
Thanks