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

AndroidCode SnippetDelphiFiremonkey

Android SDK Based Splash Screen Method For Delphi XE6 Firemonkey

Delphi Android Splash ScreenBrian Long has a comprehensive article about adding a splash screen to your Delphi XE6 Firemonkey apps on Android. First the article covers the different options that are out there (a splash screen Delphi form, an Android manifest based splash screen, and finally a Android SDK based splash screen). Brian Long did the original Android SDK based splash screen method for Delphi XE5 as a CodeRage 8 sessions. This new article is an updated version of that method but also takes Delphi XE6 changes into account. The idea behind this method is to create a new Java class and merge it with the Delphi XE6 classes.dex file. The Android manifest is modified to launch the new Java class instead of the Delphi XE6 application Java class. The new Java class shows the splash screen and then launches the Delphi XE6 application Java class. The magic behind this method is the Android Intent system which allows you to designate the Main and Launcher intents in the Android manifest. Here is a sample of what gets added to the Android manifest:
android:screenOrientation="portrait">





Head over and read the full article from Brian Long for yourself about Delphi XE6 splash screens.

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

Related posts
DelphiDemoFiremonkeyIOSLinuxOSXWindows

Bring OpenAI Agents, Vision, Audio, And Realtime AI To Firemonkey

DelphiIDEWindows

Add AI Pair Programming, Refactoring, And Multi-LLM Workflows To RAD Studio

DelphiDemoFiremonkeyLibraryWindows

Bring OpenAI, Local LLMs, And AI Assistants To FMX Apps

DelphiFiremonkeyLibrary

DelphiGemini Brings Native Google Gemini AI Integration To Delphi

Sign up for our Newsletter and
stay informed
[mailpoet_form id="1"]

Leave a Reply