Like in google api
http://developer.android.com/intl/es/training/animation/cardflip.html
instead of doing with two fragment how to do with two activity.
Like in google api
http://developer.android.com/intl/es/training/animation/cardflip.html
instead of doing with two fragment how to do with two activity.
Take the same xml in the link you've posted and implement it uses this approach
https://stackoverflow.com/a/5145226/2435402
startActivity(intent);
overridePendingTransition(R.anim.flip_right, R.anim.flip_left);