gpt4 book ai didi

android - 启动画面android phonegap计时

转载 作者:行者123 更新时间:2023-11-29 01:50:19 26 4
gpt4 key购买 nike

我在 this answer 中找到这段代码:

super.onCreate(savedInstanceState);
super.setIntegerProperty("splashscreen", R.drawable.splash);
super.loadUrl("file:///android_asset/www/index.html",5000);

它有效,但像这样,结果是:

  • 启动画面 5 秒

  • 黑屏直到应用准备就绪

  • 应用准备就绪时的 index.html

所以我想知道是否有机会运行这个

super.loadUrl("file:///android_asset/www/index.html");

作为一些现成函数的回调,有什么办法吗?

-编辑-

将它更改为 10 秒不会显示黑屏,但我想在应用程序准备就绪的同一时刻显示 index.html(不早,不晚 :D)

最佳答案

        // Show LOGO ,start to  MainActivity that watting for some seconds
new Handler().postDelayed(new Runnable() {
public void run() {
/*
* Create an Intent that will start the Main WordPress
* Activity.
*/
//
RedirectMainActivity();
}
}, 4000);

关于android - 启动画面android phonegap计时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18547666/

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