+1 vote
in C Sharp by
 How to store simple Key-Value data in Xamarin?

1 Answer

0 votes
by
edited by

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.

Related questions

+1 vote
asked Aug 20, 2020 in C Sharp by Hodge
0 votes
+1 vote
asked Aug 20, 2020 in C Sharp by RShastri
...