Save preferences with SharedPreferences

in Android
Android SharedPreferences is a cool way to store user preferences to a file. All of the work is handled by the SharedPreferences class and as a bonus the class creates a file that is human readable.
Read Moreā€¦