Monthly Archives: October 2013
Wrap SharedPreferences in an enum for easy access
Sometimes you need to share a couple of global preferences in your android application and one option is to use the SharedPreferences to accomplish this; I like my code simple so I wrote a very simple wrapper to hide the … Continue reading