How to update a XML file in android

icrarajo

New Member
So Im trying to figure out a better way to update some xml files with updated values. The way Im doing it now is going through and writing a new file but there is a possibility of the files being really big and that causes memory issues. So trying to figure out a more efficient way of doing this to stop the memory issues. Also im only updating a couple values of the file at a time
 
Back
Top