Going beyond with your OutSystems Mobile App

César Afonso
cesarafonso
Published in
2 min readJul 22, 2017

--

Creating a mobile app with OutSystems is so easy that it’s scary! Just a few clicks and, in a few minutes, you’ll have an iOS and Android application. Out of the box, the resulting app will look like this:

Simple. It’s your show now, your “drawing board”. Create!

This is the common pattern, out of the box. However, before you go public, you should do the final tweaks. It’s that extra mile, that “wow factor”, that “5 star rating” that you must go after. Did you notice the “glitch” on app startup? Take another look at the video. What’s happening is that the native splash screen wasn’t customized and you’re seeing the black screen (Operating System starting the app) and then a white “glitch”, which is actually the webview loading content (OutSystems apps are Cordova based).

To create that super user experience, you just have to do some small steps as described in the documentation: Use Custom Splash Screens. In the article, the splash screen will disappear after 3 seconds (enough time to load the webview) but, if you want, you can have fine control over the hiding of the screen. The result will be an app that gracefully starts:

--

--