CrossProcessPreferences allows to have a Xamarin.Android ISharedPreferences to work cross process through a ContentProvider. Xamarin port based on https://github.com/DozenWang/DPreference
An API which simplifies data storage to disk allowing for easy saving, loading and access of a key-value data structure.
Attempts to mimic the functionality and syntax of Androids SharedPreferences.