I would really like to save some user settings like a checkbox or name or something, so that the next time I open
my app I don't have to make all the settings again. I found the example below but it's not working. OnSaveInstanceState and OnRestoreInstanceState are never called. I thought they would be called somewhere arround onStop() and onStart()...
Does anyone can explain to me how to save settings?