I want to make a simple android app to - generate sequential number every time a button is pressed and save it as it is when it is closed. So when I open it next time it starts from there.
In JAVA I got sequential number part figured. But don't know how to save that number upon closing the app.
Just a simple hint could help me find out the rest.
This is my first question here so ignore if you find it too childish.
Thanks!!