Splash Screen for different Screen Resolutions in Windows Phone App

When you include a splash screen image to your Windows Phone project , the phone will automatically scale the image to the phone’s resolution .

But , if you need to include different splash screen for different screen resolution . Here’s how you do it.

1. Add 3 different images with the below names to the root folder of your Windows Phone project.

  • SplashScreenImage.screen-WVGA.jpg
  • SplashScreenImage.screen-WXGA.jpg
  • SplashScreenImage.screen-720p.jpg

2. Set the Build Action of each of the image file to “Content” and Copy Local to “Copy Always”.

3. Now , try running the application in emulators/ devices with different screen resolution. You will notice that the device or emulator automatically picks up the right image based on the screen resolution and the correctly named images. Note that this technique works only for the splash screen .

4. Running the Project in the Emulator WVGA 512 MB will display the following.

Splash Screen for different Screen Resolutions in Windows Phone App

5. Running the Project in the Emulator WXGA will display the following.

Splash Screen for different Screen Resolutions in Windows Phone App

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn about the Win32 Error “0x000019E5 – ERROR_COULD_NOT_RESIZE_LOG” that you get when debugging system erors in...
In this post, you’ll learn about the error “CO_E_DBERROR 0x8004E02B” that is returned when working with COM based APIs or...
In this post, you’ll learn about the Win32 Error “0x000019D0 – ERROR_LOG_BLOCK_VERSION” that you get when debugging system erors in...