Read/Write to XML

PsychoStevo

New Member
I want to write a string to a key in an xml file and then recall it later. How would I do this?For instance, if the user were to enter a string of characters into a EditText view, I want to be able to store it and compare it against something, like a stored string.
 
Back
Top