Finutv
Finutv

Reputation: 341

load the splash screem dynamically from web server in wp

I am developing windows phone 8 apps and the splash screen in the app should be loaded dynamically from web server. Does anyone know how i should implement that?

Upvotes: 0

Views: 164

Answers (1)

Martin Suchan
Martin Suchan

Reputation: 10620

Sadly that's not possible using the default behavior - splashscreen must be located in root folder of your app with predefined file name.
What you can do though is simulate the start screen using initial custom page and show whatever you want there, something like Skype is using in their WP8 app.
Note, in WP8 apps it's no longer required to use splashscreens because the loading time for apps was significantly improved when comapring to WP7.

Upvotes: 2

Related Questions