How would I code my android app to remember the values entered by the user between uses?
As an example, say I have an EditText "input1" and a spinner "input2" which give results in a textview named "output1".
Currently when I close and reopen the app, all entered values and calculations are lost and reset. How can I fix this?