Skip to main content
This functionality allows you to preemptively load the necessary screens before they are displayed to the user. By leveraging this capability, you can ensure that your No-Code screens are ready for instant display, significantly improving performance and user engagement. With preloaded screens, your application can provide a seamless experience, as users will not have to wait for content to be retrieved during interaction. In the No-Codes Builder, you can choose to mark the screen as preloadable. Simply navigate to Settings -> General, enable the specified option, and then save your changes. With this setup, your screen will be fully loaded following the SDK initialization and will be prepared by the time you’re ready to display it. That’s truly all that’s required. No coding necessary! Please note that we impose a limit of 20 preloadable screens per project to avoid excessive network load on users.
If you want to check a screen’s availability at runtime and load it on demand before presenting it — for example, to show your own fallback UI when the screen is unavailable — see Loading screens before presentation.

Supported SDK versions


Fallbacks Displaying No-Codes