My application has only landscaped mode. And there are some edit text fields on the screen. I am filling some contents in edittext box and lock the device and When i unlock the device and i found the my application screen with blank edit text box. Please help me how to store data while application resume from device lock mode to unlock mode. Sorry for poor English. Thank you.
Asked
Active
Viewed 55 times
0
-
try [freezesText](http://developer.android.com/reference/android/widget/TextView.html#attr_android:freezesText) – David Medenjak Jan 01 '16 at 16:12
-
Freezetext is not working in my case. If you have any other idea then please tell me – Jan 04 '16 at 03:12
-
then there's always `onSaveInstanceState` and you can do it manually ;) – David Medenjak Jan 04 '16 at 03:14