Reputation: 5379
i am using SharedPreferences in my code that will store last state of my check box. when i focefuly stop my application through setting>> application it dosn't save it's previous state. what is the problem ...
Upvotes: 0
Views: 325
Reputation: 114
Be sure you implement the OnSavedInstanceState function and save all you want to be saved in there.
Upvotes: 0