I need a lightweight saving/loading mechanism for a few app settings variables. I know that creating a database is possible, but that seems like overkill for this situation. Android's SharedPreferences would do the trick, but I don't see an equivalent in Xamarin.Forms. Could someone please advise?
↧