Before opening another screen,its showing like this for 5-7 seconds? Any solution?
ImranTariq
(Imran Tariq)
November 17, 2019, 5:25am
#4
what is size of you apk and assets?
share you apk here so we can check that
pavi2410
(Pavitra Golchha)
November 17, 2019, 5:31am
#6
Can you show the blocks which are responsible for switching screen?
1 Like
Just opening another screen on button click
ImranTariq
(Imran Tariq)
November 17, 2019, 6:27am
#8
try switching screens like this,
I see many issues done by users because they switched screens not correct.
This below is now just one of many other solutions:
[blocks]
If you dont open/close screens correct your app will get possible runtime errors.
Possible errors: (example)
Unable to add window -- token android.os.BinderProxy@45d459c0 is not valid; is your activity running?
Iam sure you don’t want that.
Then please do it in the future and switch screens correct.
General Tips and Tricks for App Inventor/Makeroid
…
and also check what are you loading in next screen initialize?
vknow360
(Sunny Gupta)
November 17, 2019, 6:43am
#9
In addition to what @ImranTariq said try this:
2 Likes
What is in procedure open(name of block which is in picture) is there blocks which shown by @vknow360 if yes then take text block and enter screen name which you want to open and connect it with home in procedure
Now app is working little faster. Can we improove this more?
I don’t think so this is best way for now may be in future there can be something
BTW don’t forget to read
I see many issues done by users because they switched screens not correct.
This below is now just one of many other solutions:
[blocks]
If you dont open/close screens correct your app will get possible runtime errors.
Possible errors: (example)
Unable to add window -- token android.os.BinderProxy@45d459c0 is not valid; is your activity running?
Iam sure you don’t want that.
Then please do it in the future and switch screens correct.
General Tips and Tricks for App Inventor/Makeroid
…
system
(system)
Closed
December 17, 2019, 9:22am
#14
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.