gpt4 book ai didi

java - 在 Android 中,当应用程序首次在手机上启动时, Activity 前会出现白屏

转载 作者:行者123 更新时间:2023-12-01 09:21:49 25 4
gpt4 key购买 nike

这是我的启动器 Activity 的源代码。我在堆栈溢出上搜索了很多,但没有得到好的答案

 @Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_select_lang);

init();
}

private void init(){
spnLanguage = (Spinner)findViewById(R.id.spnLanguage);
btnNext = (Button)findViewById(R.id.btnNext);
btnNext.setOnClickListener(this);

}

最佳答案

Android 应用程序确实需要一些时间来启动,尤其是在冷启动时。您可能无法避免出现延迟

https://www.bignerdranch.com/blog/splash-screens-the-right-way/

关于java - 在 Android 中,当应用程序首次在手机上启动时, Activity 前会出现白屏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40125059/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com