I've read the helpful article on process and activities, so I think I understand at a code/variable level what is going on.
what I'm not sure about is, when the process is resumed (lets assume Android has not killed it completely) and the activity recreated, do I need to repopulate all the contents of the labels etc ?
do the dim statements for the labels and buttons etc want to go in process level to preserve them, or is this pointless as the activity is destroyed when the process loses the focus ?