Android - Change value in strings.xml -


so inside strings.xml have string called change_bg , i'd change it's value according click events.

i know in order value use

changebg=getstring(r.string.change_bg); 

but don't know how set value of r.string.change_bg

please let me know how.

thanks in advance! dvir

you can't change resource files during runtime. strings hard-coded in string.xml file , hence can't changed during runtime. instead of trying edit strings.xml file, use sharedpreferences store user's preferences if that's you're trying.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -