- Home /
Where can I put xml on android?
codes:
XmlDocument.Save("data.xml");
It's work well on pc!But on android mobile it's not work!?
I know this code save data.xml in program's root file!
Where it's put data.xml on android mobile? Thanks!
Comment
Best Answer
Answer by Dee Va · Apr 06, 2012 at 06:24 PM
Application.temporaryCachePath to file as a prefix.
hope this helps you....:)
Your answer
Follow this Question
Related Questions
Loading Xml file issues 0 Answers
How to modify or save xml on Android 0 Answers
.xml .csv .txt .json which one can be load and save on Android ? 0 Answers
Save and Load data from Local XML file won't work 1 Answer
can xml be used in anrdoid?? 1 Answer