[android-developers] Modify strings.xml dynamically

2010-04-21 Thread raukodraug
Hi everyone, I want to implement a Settings section in my application, and I want that when the user selects whatever, one of the strings from string.xml will change its value according to the user selection. Is this possible at all? any ideas on how to implement it? Thanks! Have a great day

Re: [android-developers] Modify strings.xml dynamically

2010-04-21 Thread Mark Murphy
raukodraug wrote: Hi everyone, I want to implement a Settings section in my application, and I want that when the user selects whatever, one of the strings from string.xml will change its value according to the user selection. Is this possible at all? any ideas on how to implement it? You

Re: [android-developers] Modify strings.xml dynamically

2010-04-21 Thread ~ TreKing
On Wed, Apr 21, 2010 at 11:55 AM, raukodraug gabriel.martine...@gmail.comwrote: I want to implement a Settings section in my application, and I want that when the user selects whatever, one of the strings from string.xml will change its value according to the user selection. There's no