I am looking for a cross-platform way to access data throughout my app. I am selecting a value from a listview, and I want to access its id throughput the app. In android, we have shared preferences for the same. What is the simplest way of achieving this in xamarin.forms such that it works on all platforms?
↧