I’m new to app inventor but not to programming so I’m just trying to figure out how to reduce file sizes. I’ve found in PICs for example where size is very limited that loops consume less than goto.
For example, I’ve added blank labels to add space between components on the screen because I have found any other way. Does that add a lot to the file size? Do lists add much? Where is the break even point for making a list of objects and using the for each as opposed to brute coding? Or is the code in a simple app such a small percent of overall file size that it doesn’t matter. Is there a list somewhare that gives the added size of components? ex. textBox 1k, TinyDB 35kb plus data etc.
I’ve searched and haven’t been able to get any info like this. Mostly they talk about picture size and other “added external” items.