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
In your AndroidManifest.xml file, in the activity add
android:configChanges="keyboardHidden|orientation"
Example as below: