Windows storage for windows 8 app -
i used develop wp7 apps using isolated storage. port apps windows 8 , want used windows local storage save stuffs. wp7, use common isolated storage settings dont know how change code windows storage. want change following codes windows.storage -
if (!isolatedstoragesettings.applicationsettings.trygetvalue( this.name, out this.value)) //**need change codes windows storage** { this.value = this.defaultvalue; isolatedstoragesettings.applicationsettings[this.name] = this.value; //**need change codes windows storage** }
thank in advance help!!!
good sample how save\get\check application settings in windows 8 apps https://stackoverflow.com/a/14662969/1200453
Comments
Post a Comment