I'm sorry, i didn't have any code for the moment but i need help.
My android application : In a string-array, i have a lot of sentences (declared on a .xml file).
In my android application i want this : User can create her sentences (illimitate) and stock it in xml file.
How can i make a function who add somes sentences to a .xml file.
If it's not possible, how can i make it
Exemple : In my app, i have :
<string-array name="MyStringArra1">
<item>My Sentence 1</item>
<item>My Sentence 2</item>
</string-array>
And if user add : Sentence 3, i want put it in this file.
"MyStringArray_user"when he add sentencesonStartetc and inonStopwrite all the new lines to that same file.