WepsTech
Your Daily Dose of Tech News
I’ve been working on Android SDK platform, and it is a little unclear how to save an application’s state. So I have search on that and Finlay come to the solution which is sharing with you on this post. You need to override onSaveInstanceState(Bundle savedInstanceState) and write the application state values you want to change
Details