Hello, I've developed and launched a Delphi app. Is there a way to make this transition smoothly,
because the screen does not output smoothly and the middle part appears first, and then changes to the full screen, as shown in the picture below?
Hi,
You have to follow this:
http://docwiki.embarcadero.com/RADStudio/Rio/en/Using_9-patch_Images_in_Android
in order to make it full screen. Also, you have another tutorial here:
https://delphitipsandtrick.blogspot.com/2017/09/delphi-android-full-screen-splash.html
It works for my projects with no problem.
don't let the ide set your splash screen if you want a smooth one...
Take a look here:
code here
good luck.