I have a simple Xamarin Forms app. I\'ve now got a simple POCO object (eg. User instance or an list of the most recent tweets or orders or whatever).
User
Ho
Please use Xamarin.Essentials
Xamarin.Essentials
The Preferences class helps to store application preferences in a key/value store.
To save a value:
Preferences.Set("my_key", "my_value");
To get a value:
var myValue = Preferences.Get("my_key", "default_value");