An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 10.0% downloads on nuget.org

nuget.org : xamarin.forms.savableobject

NOTE: It's enough to add this package to only Portable Layer. v.1.4.0 Added namingRule to objects. v.1.3.0 UPDATED!! Fully upggraded to .Net Standard 2.0 Object Collection Saving & Loading problem solved. Clear() problem solved. It works fine now. v.1.2.3 Stabled all features from v.1.2.2 Some collections saving problem fixed! v.1.2.2 IgnoreSave attribute fixed! You can save, load, clear any object with static methods, SavableObject.Save(); SavableObject.Load(); SavableObject.Clear(); v.1.2.1 UPDATE !! Same properties from different classes, overries each other. This problem fixed and all properties are saved for its own class v.1.2.0 UPDATE!!! Plugin converted to .Net Standard template, you may change your references BUGS - ObservableCollection is not supported for now, Please use IList on your property and set it in constructor as ObservableCollection. You can find that in sample project. 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 NEED MORE HELP? you can visit http://enisnecipoglu.com/xamarin-forms-saving-data-without-sql/ class UserInfo : SavableObject { public string Name { get; set;} [IgnoreSave] public byte Age{ get; set;} ~UserInfo() { Save(); } }

Registry - Source - JSON
purl: pkg:nuget/xamarin.forms.savableobject
Keywords: sql , SQL , xamarin , pcl , Save , sabable , ios , android , data , savableobject , local , xamarin.forms , without , preferences , application
License:
Latest release: over 6 years ago
First release: over 7 years ago
Downloads: 36,233 total
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/enisn
Last synced: 15 days ago

    Loading...
    Readme
    Loading...