Android Question Show the first layout/form instantly

Hi,

I notice that when i make a app from scratch or i download an example from the forums that the first time you start the app a screen appears shortly with on the top the text "B4A Example" or the program/app name. After a second the app goes to the screen the layout/form that you start from the code.

If the app is loaded and you switch to another app and back this does not happen. If you kill the app and start it again the screen appears again for a second.

How do i remove this?

Thnx!
 

mangojack

Well-Known Member
Licensed User
Longtime User
Change the Application Name label ...

Capture.JPG



Also , If you have not already done so .. you might check package name , on a downloaded example it might be something like , b4a.example.test .
IDE > Project > Build Configuration > Package Name
Thread regarding package names ...


EDIT: just re-reading you post , I am wondering if my answer addresses your issue ... If not maybe best to upload a small test project that displays your problem.
IDE > Files > Export as Zip
 
Last edited:
Upvote 0

rraswisak

Active Member
Licensed User
Maybe this link can help you;

 
Upvote 0
Top