I have two variant of layout: landscape and portrait. When the orientation of device changes, the Activity_Resume is executed again. How can I avoid this case? I want that the correct layout is loaded (only graphically) when the orentation changes, but no other event is raised. Thanks.