Reputation: 3003
How to save and restore android app Int value
for example a simple counter save (counter value), call new (counter value) on app restart.
do i have modify the manifest file to save int value
Upvotes: 0
Views: 215
Reputation: 14600
You can use preferences: http://developer.android.com/reference/android/preference/package-summary.html
Upvotes: 1