标签:
Typically, you should use a splash screen in your app only if your app is unusually slow to load if you want to add additional branding to the app. You can use splash screen to show company logo, promote apps, load data and etc.
See how to create a splash screen in silverlight and XNA project:
http://msdn.microsoft.com/en-us/library/windows/apps/ff769511(v=vs.105).aspx
Just replace “SplashScreenImage.jpg”.
In Windows Phone 7.1 project, just exclude “SplashScreenImage.jpg” from project. From Windows Phone 8.0 project, the default project template doesn’t contain splash screen image. So if you want to use Splash Screen in Windows phone 8.0 project, just include SplashScreenImage.jpg into the project.
You also can add any animation in both of above methods.
标签:
原文地址:http://www.cnblogs.com/Tealcwu/p/4603562.html