I'm trying to use overridePendingTransition()
to animate the very first Activity - the one that gets created when the user launches the app. Is this possible?
Where should I call overridePendingTransition()
?
Tried right after super.onCreate()
and right after super.onStart()
, but it didn't work.
I would prefer to manage this at runtime, rather than setting the @anim in a custom style. Couldn't find anything. Is it possible?