In Andoird development, you can save and restore an activity state with SharedPreferences. Here is sample:
- In your activity's class: Override 2 methods:
- void onCreate(Bundle savedInstanceState);
- void onPause();
- Then, modify your override methods to install your Save/Restore function:
Modification override method |
Now try your modification.
Comments
Post a Comment