What is this error is about?
I’ve used firebase storage extension
Vaibhav
(Vaibhav)
November 13, 2018, 3:49pm
#2
You are either using some heavy images or you are not switching screens properly or else may be both
See tip 1 & 2 here
Use different screens wisely
Before starting to create another screen, first you should think about is it really necessary? See also Building apps with many screens and SteveJG’s post about advantages/disadvantages , because in only one screen you also can use vertical arrangements to simulate different screens, just set the arrangements to visible = true/false as needed…
If you decided to use different screens, then you should switch them correctly, else you will run out of memory after a wh…
1 Like
Mika
November 14, 2018, 8:49am
#4
The image you tried to load is to big.
hammerhai
(Nathan)
November 14, 2018, 11:13am
#5
If you wanted to crash your app without doing any hard work, you could’ve came to me
190 kb…
But it has to be loaded every time screen initialises…
Any solution for that?
Taifun
November 14, 2018, 3:06pm
#7
OfficialDjJohn:
190 kb…
read tip 2
Use different screens wisely
Before starting to create another screen, first you should think about is it really necessary? See also Building apps with many screens and SteveJG’s post about advantages/disadvantages , because in only one screen you also can use vertical arrangements to simulate different screens, just set the arrangements to visible = true/false as needed…
If you decided to use different screens, then you should switch them correctly, else you will run out of memory after a wh…
protip: read it completely, especially Italo’s remarks
Taifun
zentixlabs
(ZenTix Lab)
November 16, 2018, 1:25am
#8
Hi there, seems like you have more than 2 screens running in the background. This can result of high RAM
usage.
Make sure to call the block “Close Screen” for every screen when not in use to prevent the error.
Like @Taifun & @Vaibhav mentioned before, try your best not to use multiple screen. Try to keep it all in one screen by using set the component visible method