I am using overridePendingTransition method to perform custom Activity animations.
I would like to know when the animation ends ( a callback/listener )
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