But I don’t want to manipulate values between screens.
I just want them to be shown the way I left them, with the data filled in.
Similar to what happens when we touch the back button.
Interestingly, it goes back to the previous screen with the data all there.
But in larger applications, I’m concerned with the complexity of keeping so many blocks and elements on the same screen.
Another thing that I am afraid of, is about the use of memory, because I will load the entire application on a single screen, even though for most tasks I use only 5% of what is there.