Hi there
Does anyone know how to call/simulate Activity_Create from code.
Let me explain what I am trying to do.
Currently in Activity Create, I load all layout and construct the GUI.
If I change the tablet orientation, a call is made is made to Activity_Create and all screens are redrawn in here.
I want to be able to redraw all the screens from code. The easiest way will be to call/re-create the activity_create process which currently does the job.
If I call Activity_Create from code, the screen is really messed up.
Thanks
Does anyone know how to call/simulate Activity_Create from code.
Let me explain what I am trying to do.
Currently in Activity Create, I load all layout and construct the GUI.
If I change the tablet orientation, a call is made is made to Activity_Create and all screens are redrawn in here.
I want to be able to redraw all the screens from code. The easiest way will be to call/re-create the activity_create process which currently does the job.
If I call Activity_Create from code, the screen is really messed up.
Thanks