Hi everyone, given that the purpose of Thunkable is to “code” without “know how to code”, maybe this post will be useful not only for me but to all the code naive thunkable users.
I began my app with only one screen, a dozen of blocks, and a couple of variables, but now I have a lot. So I have some questions regarding app efficiency.
- The workspace is a free space, is there a “correct” or better direction for the blocks? I mean, is it better to keep adding block groups vertically or horizontally? Or it doesn´t matter? This is of course aside from the “realtive order” that everyone needs to keep to find your blocks haha.
- The new variables can cross between screens, however, is it better to add the “initialize variable” in any particular screen? E.g at the first screen that opens in my app, or at the first screen the variable is used?
- Is there a maximum number of variables, blocks, etc. per screen to prevent it from crashing?
- Is there a way to estimate app size?
Thanks