android - Animation while changing orientation -


is possible set animation when move activity in landscape view activity in portrait view ?

it's possible, not trivial. add property <activity> in androidmanifest.xml file:

android:configchanges="orientation|keyboard|keyboardhidden" 

then, override activity's onconfigurationchanged , perform animation there.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -