This repository contains an example of how to use SharedPreferences in an Android application to save and retrieve a value.
Shared preferences is a light weight data storage option provided by Android. It allow us to store and retrieve small amounts of ...