My Application minSdkVersion is 4.I want to use overridePendingTransition method for animation.how to?
Is there any Compatibale package for animation in API Levels less than 5?
My Application minSdkVersion is 4.I want to use overridePendingTransition method for animation.how to? Is
Share
It’s not possible in normal way.
Anyway there are non normal ways to do 🙂 the answer is do not go for default app framework. Have only one activity and it gonna be FragmentActivity from compatibility library(it’s level 4). Manage your own screen stacks, and your own animation, either with default animations or nineoldandroids.com.