I want to write an application in which the background within the same activity undergoes a swipe animation. I tried using overwritePendingTransistion (android left to right animation) but that only works when going from one activity to the next activity... How can I put an swipe animation (for example left to right) on the background within the same activity? Please help
Thanks!