i want to add the current string in a textview view to a string array in arrays.xml.then display the last/previous string of that array in a textview (setText).
Asked
Active
Viewed 1,531 times
1 Answers
0
You cannot modify arrays.xml
at runtime -- sorry! You will need to modify an in-memory ArrayList
or something instead.

CommonsWare
- 986,068
- 189
- 2,389
- 2,491