Set animation listener to Activity animations

后端 未结 4 438
清歌不尽
清歌不尽 2020-12-16 11:42

I am using overridePendingTransition method to perform custom Activity animations.

I would like to know when the animation ends ( a callback/listener )

4条回答
  •  天命终不由人
    2020-12-16 12:13

    overridePendingTransition does not have a listener. Like I wrote an earlier post you rather wanna use a normal animation instead for the overridePendingTransition (that is just for Android 2.0 and above).

    You can get a similiar effect and you can also do more cool stuff with an ordinary animation. My earlier post here: Load XML slowly

提交回复
热议问题