jeremy303
jeremy303

Reputation: 9241

Cross-platform settings / preferences implementation in Xamarin & Mono

In an earlier question, some good solutions were suggested for implementing a cross platform solution for managinging user preferences / settings in a cross-platform manner.

While I can roll my own solution based on these suggestions, this seems like such a common need that I was surprised to find very little in the way of a ready-to-go cross-platform Settings / Preferences class. If anyone knows of any, please do share!

Upvotes: 2

Views: 1780

Answers (1)

Flagbug
Flagbug

Reputation: 2103

I know I'm late for the party, but I've written a library that solves exactly this problem: https://github.com/flagbug/Lager

Upvotes: 1

Related Questions