0

I don't like the look of how a new activity starts in android, the "fade in" and getting bigger untill it covers the screen. Is there anyway to change the way? Ideally, i want the activity just to appear all in one go

  • Hope this helps http://stackoverflow.com/questions/9294446/android-animation-for-new-activity – nobalG Aug 11 '14 at 12:18
  • and this one more precisely http://stackoverflow.com/questions/3515264/can-i-change-the-android-startactivity-transition-animation – nobalG Aug 11 '14 at 12:19

1 Answers1

0

You can use the overridePendingTransition()method in Activity class to change the transition.Here are a good tutorial for this topic, the link. But I should mention the point that animation can be disable in phone setting and in this situation your animation transition wont show.

Babak-Na
  • 104
  • 1
  • 1
  • 8