Android Question The delay between application startup and LoadLayout

cxdzbl

Active Member
Licensed User
No matter how I set it up, when the software starts, it always shows the title of the system's default software name.
 

eps

Expert
Licensed User
Longtime User
?

Are you able to give a little more information about the issue you have and what you hope would happen?

Are you talking about your App displaying it's name and then loading the layout - I think we'd need to see your Activity Create code... i.e. are you performing a lot of processing first and then displaying the Form or screen of your App? Maybe think about either improving the performance or reducing the amount of work being performed before the LoadLayout.. or think about loading the layout and then performing the work you are doing... It's a bit hard to help without knowing your code and your App.

or have you looked at # pragmas...?

e.g.

B4X:
#FullScreen: False
#IncludeTitle: False
 
Upvote 0
Top