Xam.Plugins.Settings
1.5.1
Requires NuGet 2.8.1 or higher.
dotnet add package Xam.Plugins.Settings --version 1.5.1
NuGet\Install-Package Xam.Plugins.Settings -Version 1.5.1
<PackageReference Include="Xam.Plugins.Settings" Version="1.5.1" />
paket add Xam.Plugins.Settings --version 1.5.1
#r "nuget: Xam.Plugins.Settings, 1.5.1"
// Install Xam.Plugins.Settings as a Cake Addin #addin nuget:?package=Xam.Plugins.Settings&version=1.5.1 // Install Xam.Plugins.Settings as a Cake Tool #tool nuget:?package=Xam.Plugins.Settings&version=1.5.1
Xam.PCL Settings provides a consistent, cross platform settings plugin for Windows Phone Silverlight 8/8.1, Windows Phone 8.1, Windows Store, Xamarin.iOS, and Xamarin.Android when using a PCL or any project and is Xamarin.Forms and MvvmCross compatible. This makes it easier to create cross-platform .NET apps and have cross platform settings. Manage and use all settings from one PCL and save natively on each platform. *This plugin stores settings natively on each platform and does NOT save them to Json. This allows you to use native functionality such as PreferenceActivity on Android.
Support for: Int, Int64, Double, String, DateTime, Bool, Float, Decimal, Guid
You can always serialize and deserialize a string out if needed.
1.5.0- Final Unified Support + Ability to remove a key. Now save decimals/double correctly on Android.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid10 is compatible. |
MonoTouch | monotouch10 is compatible. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wp8 is compatible. wp81 was computed. wpa81 is compatible. |
Windows Store | win8 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
This package has no dependencies.
GitHub repositories (20)
Showing the top 5 popular GitHub repositories that depend on Xam.Plugins.Settings:
Repository | Stars |
---|---|
CodeHubApp/CodeHub
CodeHub is an iOS application written using Xamarin
|
|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
|
chayxana/Restaurant-App
Restaurant App 🍔 is a sample open-source e-Commerce 🛒 application for ordering foods, powered by polyglot microservices architecture and cross-platform development including mobile and web
|
|
xamarinhq/app-conference
Pre-build conference application built with Xamarin
|
|
step-up-labs/firebase-database-dotnet
C# library for Firebase Realtime Database.
|