Is there a way in which I can save the state (especially local and global variable, object properties) while moving from one layout to another?
I have a master layout to perform a few activities. Based on the activities, there are different games launched (as a new layout) from this master layout. After playing those games, I return to the master layout. This is where I want to ensure that the activities I performed before is retained.