Re: Set String Resource from Code

2009-07-07 Thread Mark Murphy
> My apologies, but thank you for the answer. Sorry about the harsh tone -- had to get up at 5am this morning to deal with a problem, so I'm moderately cranky. :-( But, seriously, those other lists will get you more help on questions like the one you had. -- Mark Murphy (a Commons Guy) http://

Re: Set String Resource from Code

2009-07-07 Thread kenton christian
My apologies, but thank you for the answer. On Tue, Jul 7, 2009 at 9:32 AM, Mark Murphy wrote: > > > I am just curious whether it is possible to set a string resource from > > the code (ie change the string resource). > > No, it is not. You want to use SharedPreferences or something like that >

Re: Set String Resource from Code

2009-07-07 Thread Mark Murphy
> I am just curious whether it is possible to set a string resource from > the code (ie change the string resource). No, it is not. You want to use SharedPreferences or something like that for user-entered values, not string resources. Also, FWIW, [android-beginners] or [android-developers] are