Runtime Configuration Changes in Android

Android handles runtime changes to the language, location, and hardware by terminating and restarting the active Activity. This forces the resource resolution for the Activity to be reevaluated and the most appropriate resource values for the new configuration to be selected In some special cases this default behavior may be inconvenient, particularly for applications that … Read more