Question
Passing data from one screen to another
Hello,
What's the best way, if any, to pass data from one screen to another if you don't want to save this data anywhere BUT in the screen classes themselves?
I can't think of a way to do that. I know that the data can be easily saved in the application or model class and then retrieve at will but it's not what I'm looking for.
Thanks in advance.
