Android Studio fading splash into main
问题 I currently am working on an android app. Just started and I was able to implement my splash screen. However, I don't like the transition between that and the main activity. I want the splash screen to fade out and main to fade in. Looks like they blend together since I have the same background image for both. Did some research but havent been able to find the right answers. Below, I have posted my code. import android.app.Activity; import android.content.Intent; import android.os.Bundle;