I am new to Android, my question is how to retrieve the original value from the activitMain.xml of the android : text (without saving it to a file) I mean that in the original value was android : text="aaa" then it was changed by the user to "bbb" if i do textView.getText I get the current value (bbb) i want to retrieve aaa
Thanks