2

I want to set the Animation during calling the Activity from one to another activity. I know its possible threw the Animation xml file. But I want to set the Animation as like that. . . While the activity is called, current screen goes current position to the left and the new activity screen comes from left to the current screen. . . for that how to set XML file. . . Thanks in Advance. . .

Dinesh Sharma
  • 11,533
  • 7
  • 42
  • 60
  • possible duplicate of [Activity transition in Android](http://stackoverflow.com/questions/3389501/activity-transition-in-android) – Aleadam May 05 '11 at 06:12

1 Answers1

2

Try this How to provide animation when calling another activity in Android? or this Activity transition in Android

Community
  • 1
  • 1
Maxim
  • 2,996
  • 17
  • 19
  • 1
    Nice to hear from you that. . I have done animation from here : http://www.41post.com/3368/programming/android-changing-the-animation-between-activities –  May 05 '11 at 06:17
  • Now, i want to set the such effect.. While i call the new Activity, the present window goes to the left and the new wondow comes from the right to the current position. . –  May 05 '11 at 06:18