0

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.

1 Answers1

0

In this problem I found a new issue fragment is popback stacked while orientation changed. So I convert fragment to activity and implement Onsavedinstancestate for storing values on activity rotation.