how to stop activity recreation on screen orientation?

后端 未结 7 590
情话喂你
情话喂你 2020-12-10 06:25

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

7条回答
  •  隐瞒了意图╮
    2020-12-10 06:57

    Not the best, but maybe the easiest solution is to add

    android:configChanges="keyboardHidden|orientation" 
    

    to youractivity in your manifest so it looks like

    
    

提交回复
热议问题