The Splash Screen is usually used as the main screen of the App as it allows us to show images or logos in a defined time , usually within several seconds, through a timer.
How to create a Splah screen :
1. First we create a New Screen and, by clicking on it, we assign it the “Splash” screen type.
2. As soon as the splash page is created, we have to select and upload the image we want to show, from the resource manager.
You should use an image in vertical format with high resolution. A good rule is to use a resolution between 150 and 250 dpi (resolution) and between 1024 and 2048 pixels of width for a full screen image (100% of screen).
3. After loading the image chosen , we can choose a Background colour, if the picture does not take up the whole screen. Also we can Align and adjust the image Width.
4. Finally, we can establish the Delay in milliseconds and determine which screen to open, as destination of the action "Go to ".
In this way, after showing the picture, the app will execute an action: “Go to”, to open the chosen screen which will appear after displaying the Splash screen.