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. You can use it for persistent storage of…

Read More