Get access to over 100 FireMonkey cross platform samples for Android, IOS, OSX, Windows, and Linux!

AndroidAppmethodCode SnippetDelphiFiremonkeyIOS

Delphi XE5 Firemonkey Splash Screen Lite For Android

| Delphi 11 10 XE8 XE7 XE Seattle Berlin Tokyo Rio Firemonkey Delphi Android Delphi IOS

Delphi Firemonkey Splash Screen | Delphi 11 10 XE8 XE7 XE Seattle Berlin Tokyo Rio Firemonkey Delphi Android Delphi IOS

Marco Cantu has a code snippet over on his blog which explains how to setup a Firemonkey splash screen for Android (it also works well for IOS). I’m calling this method ‘splash screen lite’ because there is also another method that puts an Android SDK based splash screen in before the Delphi application itself runs. In any event this splash screen lite method is pretty simple to do. You just put an image or panel on your main form and then set your other forms to not auto create. Next you setup a timer that will launch your code that creates your other forms). Either turn the timer on at design time or enable it in the OnShow event. Keep the OnCreate event clean and do any processing you need to do when the timer fires. Turn the timer off when it fires and then Show your next form. Remember to take care of the Back button on Android. This splash screen lite method also works for IOS. IOS has a built in splash screen image but for Delphi XE5 and Firemonkey it is good to use this Timer splash screen lite method in addition to the normal IOS splash screen. Execute any functionality that may take some time when the Timer fires instead of in the OnShow and OnCreate events. This will help keep your app from feeling like it is frozen in IOS.

Update: Blog post from Embarcadero with another interpretation of this idea.

Update: You can also try this new method of using the Android Manifest to create a splash screen.

Check out the full blog post on how to do the splash screen lite.

Have Delphi Firemonkey questions? Ask and get answers on StackOverflow.

Related posts
DelphiDemoFiremonkeyLinuxOSXShowcaseWindows

AutoBlogAI: FireMonkey Client To Leverage LLMs And Generative AI For Blogging

DelphiFiremonkeyShowcaseUtilityWindows

Unleashing Creativity With Song Writer AI: A Deep Dive

DelphiFiremonkeyShowcaseWindows

How To Build Stable Diffusion Text To Image Prompts

AndroidC++BuilderDelphiFiremonkeyIOSOSXWindows

FireMonkey 10.4.2 Features Updated iOS 14, Android 11, And macOS 11 Support Plus Hundreds Of Fixes

Sign up for our Newsletter and
stay informed

Leave a Reply