Hi,
I am trying to make a complex app, and so far I thought about making different screens with vertical layouts, making one visible and the other invisible etc. I plan to have a splash screen with images and sprites but that's it. The rest of the app will be text based. I'll have around 100 variables, 10 lists, 30 labels, 3 listviews, a notifier, a timer, around 40 procedures, a tinydb, a web component, and a canvas with 20 sprites. Now,If I keep everything on one screen, will I have memory issues? would it be better to build an app with multiple screens, opening one and closing the previous? I have a tinydb already, and work with locally saved data, so passing information between screens isn't an issue, I just want to know which way would be better in terms of memory.