How can I define the transition between two activities for Android 1.5 and later? I would like an activity to fade in.
You can do this with Activity.overridePendingTransition(). You can define simple transition animations in an XML resource file.
Activity.overridePendingTransition()