Xamarin.Forms.SavableObject 1.0.2

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.3 or higher.

dotnet add package Xamarin.Forms.SavableObject --version 1.0.2
                    
NuGet\Install-Package Xamarin.Forms.SavableObject -Version 1.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xamarin.Forms.SavableObject" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xamarin.Forms.SavableObject" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Xamarin.Forms.SavableObject" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xamarin.Forms.SavableObject --version 1.0.2
                    
#r "nuget: Xamarin.Forms.SavableObject, 1.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Xamarin.Forms.SavableObject&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=Xamarin.Forms.SavableObject&version=1.0.2
                    
Install as a Cake Tool

Just Inherit from SavableObject and use Save() Load() Methods to save and load your data. You can keep your SavableObject as a Static variable or Property to reach from anywhere of your application.

     You can review the sample project from this link:
     https://github.com/enisn/TestAppSavableObject
     
     class UserInfo : SavableObject
     {
     public string Name { get; set;}
     [IgnoreSave]
     public byte Age{ get; set;}

     ~UserInfo()
     {
     Save();
     }
     }

Product Compatible and additional computed target framework versions.
.NETPlatform dotnet is compatible. 
MonoAndroid monoandroid10 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.4.1 8,712 4/24/2019
1.4.0 1,662 4/24/2019
1.3.1 1,711 4/23/2019
1.3.0 3,361 5/2/2018
1.2.3 2,270 3/14/2018
1.2.2 2,204 3/10/2018
1.2.1 2,158 3/8/2018
1.2.0 2,044 3/6/2018
1.1.1 2,238 12/30/2017
1.1.0 2,236 12/29/2017
1.0.2 2,247 12/28/2017
1.0.1 2,887 12/28/2017
1.0.0 2,328 12/28/2017