I have four EditText in my Layout.I have updated the value in four EditText.When I rotate Screen,the data of all four EditText has reset.Please check attached layout File and advise the same...
I have tried StateManager also but I have not solved this problem....
I have tried StateManager also but I have not solved this problem....
B4X:
Sub Activity_Pause (UserClosed As Boolean)
If UserClosed Then
StateManager.ResetState("Main")
Else
StateManager.SaveState(Activity, "Main")
End If
StateManager.SaveSettings
End Sub