Loading and saving preferences on Xamarin.Android should be done through the ISharedPreferences interface.
Here’s a quick sample to save preferences:
And another one to load them again:
Loading and saving preferences on Xamarin.Android should be done through the ISharedPreferences interface.
Here’s a quick sample to save preferences:
And another one to load them again: