Friends I want to create a xml file in my android app where I want to store a variable for image(later on I would fetch that image from resources),date,time & number. All these things would be cuimg at run time. So I am finding it difficult to save them in form of xml file.Also I wish to read info from this fila back again. Please help me with the same.
Friends I got solution from http://www.anddev.org/write_a_simple_xml_file_in_the_sd_card_using_xmlserializer-t8350.html but now I am facing the issue is that only the latest values are over written with the last values(I have tested it by using date feature)
Please help me for the same
You may use
DOMorSAXAPI to create and parse the XML document.DOM sample to create XML document:
To read/parse XML document: