I\'m a newb to Android, so please be patient.
I\'m trying to set up a new app and it needs to look like this:
What i can guide is that on checkedchanged event you can either get or put values in your shared pref. e.g
if(radio1 is checked) { sharedPref.putString(...); //puts values in pref sharedPref.commit();}