Display Windows Phone Splash Screen For Longer Period

萝らか妹 提交于 2020-01-04 09:39:47

问题


I was just wondering if there's a way one could display the windows phone splash screen a little while longer. The way it is now (the default) the splash screen displays for something like half a second and then launches into the app. So it's literally just a flash.

I understand for user experience a splash screen is something rather pointless but, specs are specs in the business.

Thanks for any help!


回答1:


The splashscreen is displayed while your application is being loaded, so the time depends on the complexity of your code. You can create a XAML page with your splashcreen, set it as entry point, wait the desired time and then redirect to your main page.



来源:https://stackoverflow.com/questions/11823701/display-windows-phone-splash-screen-for-longer-period

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!