Mike Olson wrote:
> Mark Murphy wrote:
>> No, that should work, at least if you let Android do the normal
>> destroy-and-recreate cycle for the activity in question. If you are
>> overriding that, you will need to go through each widget and tell it to
>> load the new string values, AFAIK.
> 
> The only things I am overriding are onCreate, onRestoreInstanceState,
> onSaveInstanceState and onStop. Would that be enough to prevent it
> from handling the change properly?

No, that should be fine.

Are you sure you have the right names for your resource directories?
Assuming res/values/ is your portrait one, are you using
res/values-land/ for the landscape strings?

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Online Training: 10-14 May 2010: http://onlc.com

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to