how i can stop the restarting or recalling of on create() on screen orientation ,i want to stop the recreation of activity on screen orientation. thanks in advance please te
Add
android:orientation="vertical"
or
android:orientation="horizontal"
to your layout in mainwindow.xml.
mainwindow.xml
Example:::
No need to add anything in Activity class.
Hope this may help you