Is it possible to set animation
when we move from an activity in landscape view to an activity in portrait view ?
It's possible, but not trivial. Add this property to your <activity>
in your AndroidManifest.xml
file:
android:configChanges="orientation|keyboard|keyboardHidden"
Then, override your activity's onConfigurationChanged
and perform the animation there.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With