Android Question New transition animations in Android 9 "pie"

David Meier

Active Member
Licensed User
Longtime User
I updated my phone to Android 9 (Pie) and realized that the transitions between the activities changed. As I was not aware of this fact I can imagine that this information is interesting for some of you too.

See this link for more details:
https://www.androidpolice.com/2018/...ht-sweet-new-transition-animations-android-p/

Should you want to implement your own custom transitions there is still Erel's tutorial:
https://www.b4x.com/android/forum/threads/custom-transitions-between-activities.15065/#content

The tutorial uses xml-files for the transition type. If you want some more xml-files with transitions you will find them in the older Android-SDK folders e.g.:
.../android-sdk-macosx/samples/android-17/ApiDemos/res/anim/
 
Top