How to store simple Key-Value data?

Technology CommunityCategory: XamarinHow to store simple Key-Value data?
VietMX Staff asked 4 years ago

Xamarin.Forms’s Application class exposes the Application.Current.Properties Dictionary which is used to store the simple Key-Value pair data. The Properties dictionary uses a string key and stores an object value.