androidandroid-activityandroid-transitions

Activity transition in Android


How can I define the transition between two activities for Android 1.5 and later? I would like an activity to fade in.


Solution

  • You can do this with Activity.overridePendingTransition(). You can define simple transition animations in an XML resource file.