How to retain EditText data on orientation change?

后端 未结 12 1912
暗喜
暗喜 2020-12-05 13:34

I have a Login screen which consists of 2 EditTexts for Username and Password. My requirement is that on orientation change , input data(if any) in EditText should r

12条回答
  •  南方客
    南方客 (楼主)
    2020-12-05 14:11

    Give the element an id and Android will manage it for you.

    android:id="@id/anything"
    

提交回复
热议问题