what is the difference between shared preference and preference? also i want create a ringtone settings what should i use? preference or shared preference? also if there is tutorial to make the ringtone please provide me
what is the difference between shared preference and preference? also i want create a
Share
Preference is the UI part that is used to allow modification of shared preferences. It actually uses SharedPreferences inside.
From the docs: