Custom Splash Screen for Windows Phone

The WP7 platform has native support for static splash screens.  In the following post, I’ll show you how just how easy it is:

  • Create an image of size 480 x 800 in your favorite image editor.
  • Save the image as a JPEG. At the moment it looks like the file type must be a JPEG to work.

    image 

  • Include the image in your solution and set the Build Action as Content.

    image  image

     
  • Run the application and TaaDaa!  The splash screen will display for a brief period while the application loads.

image

I've also posted a video tutorial of this if you would like to see the splash screen in action.


Feedback

# re: Custom Splash Screen for Windows Phone

Gravatar Cool!

Does name of file must be splashscreenimage? 3/21/2010 9:21 PM | Sergey

# The Mobile Minute 181

Gravatar The Mobile Minute 181 3/24/2010 12:24 PM | Nino.Mobile

# re: Custom Splash Screen for Windows Phone

Gravatar Sergey,

Yes, currently the file name must be splashscreenimage. The file must also be a JPG. 3/25/2010 6:15 PM | pbrooks

Comments have been closed on this topic.