I'll admit, until recently, I was blissfully unaware that Xamarin.Forms has a baked-in persistence mechanism in the form of a static IDictionary object in the App class. This property is called, of all things, Properties and has the signature of IDictionary<string, object>. You can…

Read More