I have a game that uses a shared preference to record the users high score and display this on a statistics page.
My question -> Will this shared preference persist even after the user exits the application? How do I ensure that this data is always retained, will shared preferences do this or do I need to use something else?
yes!
See documentation