Hi Everyone,
Can you tell me how to prevent Activity_Create code from executing when the user changes the screen orientation?
I have several layouts. The main layout is loaded in Activity_Create. Additional layouts are loaded based on button clicks and I want to keep the current layout displayed and not have the main layout load up each time the screen changes orientation.
Can you tell me how to prevent Activity_Create code from executing when the user changes the screen orientation?
I have several layouts. The main layout is loaded in Activity_Create. Additional layouts are loaded based on button clicks and I want to keep the current layout displayed and not have the main layout load up each time the screen changes orientation.