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.
In Android, the XmlPullParser is recommended when doing XML. Here’s a very simple example on how to use it.
Here are some links that might help:
http://www.ibm.com/developerworks/opensource/library/x-android/