can i use 9-10 screen in an app.
i used following method to close screen.
It’s okay, but maybe it’ll lag in some devices, it’s always adviced to use less screens and more arrangements
Use 2 or 3 screens recommend from my side.
i’m using arrangements with the help of TinyDB with if-else condition. is it good?
Yes it’s a better and best way
thanks very much…
Yes you can use 9-10 (real) screens if you are switching screens correctly (as you did).
switching means close properly. ?
“Correctly” means only one screen is open at a time.
I pasted above screenshot of closing screen, so I’m using one screen at a time…
Thanks
Your questios should be "how many screens are necessary? I have made tons of apps in App Inventor distros and I don’t think I have ever needed of 10 screens.
Even when the app has 30, 40 screens normally I can manage to use 5 to 7 screens by using arrangements and dynamic components instead of creating a new screen all the time.
There are basically 2 things I think to decide if I create a new screen or not: 1 number of blocks and components in the screen. If there are many it becomes difficult to develop and specially test the App in companion. 2 if the generated apk is working smooth. If it is laggy then I transfer some arrangements / heavy blocks to a different screen.
I take care to let specially the 1st and the main screen to be smooth.
So how many numbers of blocks should have in one screen?
Btw thanks…
TinyDB is good option to manage arrangment or there are other good option available?
Thanks
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.