Hello, everyone.
A black screen will always display while launching an app I created on app inventor.
How can I get rid of it?
Thanks
Hello, everyone.
A black screen will always display while launching an app I created on app inventor.
How can I get rid of it?
Thanks
Do you have many things running in your Screen1.Initialise event ?
You show a movie of 1 second. How long do you see the black screen?
What is in Home.Initialize?
Thanks for your reply.
I think what matters here is that it happened, even if it was for five milliseconds. And this is not the first app I will create on the platform. Almost all of them showed a black screen while launching.
Here is it:
Are you using a big resolution image on Screen1? Have you tried disable /remove the image?
I think you are thinking wrong. App Inventor apps have to do a number of things before launching the visual part of the app so that you have a black or white screen even so shortly, depending on the theme, when starting is standard.
An image not optimised for Android will cause a longer delay before being displayed - on some phones, it can crash the App.
Does that mean in some app, it is bound to happen?
It happens always but in some apps you won't notice it and in some apps you will.
Oh! I see.
How can I manage it?
Try not to overload Screen1.Initialize and ensure that all images are optimised for Android - including the launch icon.
Post the aia.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.