Hi everyone, i'm coding an android app.
I noticed that when the app launches (in debug and also in release) there is a moment where is possibile to see the default page with the ugly android titlebar with the app name (#ApplicationLabel: <name>) and blank activity, BEFORE the app actually launches, then the coded layout file is loaded.
All is up to date.
this is what appear a moment before the layout in Main is loaded correctly... its so annoying to see that right before the actual app. what's the problem?
Thanks in advance
I noticed that when the app launches (in debug and also in release) there is a moment where is possibile to see the default page with the ugly android titlebar with the app name (#ApplicationLabel: <name>) and blank activity, BEFORE the app actually launches, then the coded layout file is loaded.
All is up to date.
B4X:
#Region Activity Attributes
#FullScreen: False
#IncludeTitle: False
#End Region
#BridgeLogger: True
this is what appear a moment before the layout in Main is loaded correctly... its so annoying to see that right before the actual app. what's the problem?
Thanks in advance