You must override the onSaveInstanceState(Bundle b) to save your data before loading the new activity.
Also you must restore overriding the onRestoreInstanceState and getting the values back...
you can se more information here:
Saving Android Activity state using Save Instance State
or
http://developer.android.com/reference/android/app/Activity.html#onSaveInstanceState(android.os.Bundle)