C
C
Chvalov2015-10-12 16:04:17
Java
Chvalov, 2015-10-12 16:04:17

How to save data from forms in xml file with the ability to load and change data?

How to implement saving and loading a data file in Android?
It is necessary to save the data from the forms to a file, preferably readable xml with the future loading of data from the file back into the form.
How can this be implemented ( Implement a conveniently readable xml file ), I think that there will be no problems with saving and loading.
If possible, give links to an example of this implementation.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
one pavel, 2015-10-13
@onepavel

PreferenceManager, create separate settings and stuff all the data there.
The system already stores them in xml
You send the entire file to the server

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question