Share

Splash/Launch screen

Launch screen is displayed during the launch of the application. It tells the user that the application is launching and that it will soon be available. Because the launch screen represents the link between the icon and the application itself, it includes a primary color background and the application symbol in the center.

Warning: The launch screen uses colors defined with the selected color scheme. An exception to this are internal and supporting applications with white backgrounds.

Note: From the point of view of user experience, the launch screen may have the opposite effect in certain cases, therefore it should be implemented reasonably. Example: In the case of a payment application, the user wants to use the payment function immediately. When the application launches immediately, display of such a launch screen would unnecessarily prolong the time required to make the application ready for the execution of the payment.

Logo positioning within the splash/launch screen

Samples of splash/launch screens

Image size

Because of the different sizes of mobile device screens it is necessary to prepare a series of image sizes to be used as the launch screen of the application. The following section indicates the recommended image dimensions and formats of the launch screen.

Format

9-Patch PNG (recommended)

Dimensions

LDPI:

  • Vertical: 200x320px
  • Horizontal: 320x200px

MDPI:

  • Vertical: 320x480px
  • Horizontal: 480x320px

HDPI:

  • Vertical: 480x800px
  • Horizontal: 800x480px

XHDPI:

  • Vertical: 720px1280px
  • Horizontal: 1280x720px

XXHDPI:

  • Vertical: 960px1600px
  • Horizontal: 1600x960px

XXXHDPI:

  • Vertical: 1280px1920px
  • Horizontal: 1920x1280px

Format

PNG (recommended)

Dimensions

Non-Retina (1x)

  • Vertical: 320x480px
  • Horizontal: 480x320px

Retina (2x)

  • Vertical: 640x960px
  • Horizontal: 960x640px

iPhone 5 Retina (2x)

  • Vertical: 640x1136px
  • Horizontal: 1136x640px

iPhone 6 (2x)

  • Vertical: 750x1334px
  • Horizontal: 1334x750px

iPhone 6 Plus (3x)

  • Vertical: 1080x1920px
  • Horizontal: 1920x1080px