¡@

Home 

2014/10/16 ¤W¤È 08:21:57

android Programming Glossary: r.anim.nothing

Disable default animation from Portrait to Landscape

http://stackoverflow.com/questions/11957772/disable-default-animation-from-portrait-to-landscape

Manifest Added onConfigurationChanged Created a dummy animation which does nothing and added overridePendingTransition R.anim.nothing R.anim.nothing I had these results onConfigurationChanged is called only when rotating same Activity Activity A on portrait.. onConfigurationChanged Created a dummy animation which does nothing and added overridePendingTransition R.anim.nothing R.anim.nothing I had these results onConfigurationChanged is called only when rotating same Activity Activity A on portrait Activity A.. rotation animation tested on Galaxy S3 Galaxy Nexus Galaxy Tab 7.0 and Galaxy Tab 10.1 overridePendingTransition R.anim.nothing R.anim.nothing removed normal transitions portrait portrait and landscape landscape but it didn't removed rotation animation..

How can I add an animation to the activity finish()

http://stackoverflow.com/questions/4330675/how-can-i-add-an-animation-to-the-activity-finish