Reputation: 24476
Generally if we use the intent to call the another activity, It'll change our layout with right to left side effect.
But, how can i change this to left to right side effect.
Is that possible using intent or anything?
Anyone Guide me? Best Regards - SPK
Upvotes: 1
Views: 1542
Reputation: 10067
Since API Level 5 you can use this
You need to create the xml for the animations, you can see an example on this answer from SO
Upvotes: 3