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? -- 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

