How does android modify the values of nodes in xml files and save them? Thank you.
As the title, I want to modify the node value in xml format. In the development of android, JAVA parses xml, and there is a DOM way to modify the node value of XML. However, because the memory of android is relatively small, XmlSerializer is generally used to reconstruct the XML file in android to modify it in disguise.