i want to create an xml file to write data in it
i found many tutorials about this and i would like to use the XmlSerializer
my problem is that i didn't find a clear article about this
the location of creating the file is not clear can any body give a clear tutorial for creating (especially location of created file) an xml file and appending data to it
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
closed as off topic by Sam I am, A--C, KatieK, Ed Heal, competent_tech Jan 19 at 1:36
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Just read this article: http://developer.android.com/guide/topics/data/data-storage.html If you want to place it in private storage (from the article):
It covers all the bases of storing and retrieving files in an Android application. |
|||
|
|
XmlDocumentor, if you prefer linq to xml,XDocument– Sam I am Jan 18 at 21:39