I have a variable that I would like to save and be able to restore when the viewer opens the app back up. I call this variable, count
private int count=0;
It changes every now and then through out my main activity. How can I save this after editing and changing it and be able to restore it?