I am working on application in which I am using view pager consists of 3 diff fragments. When I clicked button in fragment I want to show activity. And I want animation in between them. Is it possible? If yes which animation I have to use Transition animation,Layout animation or view animation??
I am new to the animation and didn’t know about it. So please give me some good links for that.
Instead of
overridePendingTransition()usegetActivity.overridePendingTransition()in providing animation to move from fragment to activity.Hope this helps…!!