I am a beginner, so please don't laugh, but I tried to figure out how to send values across activities, and keep them for being erased when activities were re-created (such in orientation change event)
my solution was use global variables, for simple data storage.
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.