Hi everyone,
I'm facing an issue and could use some help. When I compile my app , I get a white screen before the main activity loads. However, if I use B4XPages, the activity loads immediately when I click the program icon, and there’s no white screen.
I would like to resolve this issue so that the white screen does not appear by default when the activity starts. Has anyone else faced this problem, and is there a way to fix it?
I guess that it takes too long for Activity_Create to complete. You can add Sleep(0) after the layout is loaded, though you should understand the program flow as it will cause Activity_Resume to run before Activity_Create completed.