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
Not the best, but maybe the easiest solution is to add
android:configChanges="keyboardHidden|orientation"
to youractivity in your manifest so it looks like