imjason
@imjason
·
Android: SharedPreferences to save Data
A view will automatically save its instance state if it has a unique id, but if you press back the data will still be destroyed. SharedPreferences are used to store key-value pairs for our apps. Typi…