Flip animation while moving from one activity to another in android -


like in google api

http://developer.android.com/intl/es/training/animation/cardflip.html

instead of doing 2 fragment how 2 activity.

take same xml in link you've posted , implement uses approach

https://stackoverflow.com/a/5145226/2435402

startactivity(intent); overridependingtransition(r.anim.flip_right, r.anim.flip_left); 

Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -