Android splash screen while loading MainActivity [duplicate]
问题 This question already has answers here : How do I make a splash screen? (32 answers) Closed 5 years ago . So, I just read this question: How do I make a splash screen? But instead of adding a fixed delay (like in the top answer), I wanted to keep the splash screen on while the MainActivity (with a MapFragment) loads. public class SplashScreen extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity