wp独立存储空间案例

时间:2021-04-03 08:53:02
【文件属性】:
文件名称:wp独立存储空间案例
文件大小:82KB
文件格式:ZIP
更新时间:2021-04-03 08:53:02
WP源码 wp独立存储空间案例源码,在Android 里面我们要快速保存用户的设置或者游戏进行的数据,我们通常全使用SharePreference 这个类来进行操作,另外Android 还提供了一系列继承自SharePreference 的组件提供我们快速保存用户的设置项。那么在Windows Phone 7 提供了什么样的机制提供用户快速保存数据呢?微软使用了一个叫IsolatedStorageSettings 的类库提供给开发人员快速的使用独立存储保存用户数据的功能,但总体使用感觉来说没有Android 使用的方便,另外Andriod 的类似这种数据存储是暴露给用户的,而Windows Phone 7 的这种存储机制则是严格控制,我们开发人员也不知道其具体存放位置。本篇的学习笔记,我利用Android 的存储特色使用Windows Phone 7 的 IsolatedStorageSettings 类模仿了一个类似 Android 存储机制的DEMO,希望这个小DEMO能对你有所帮助 详细说明:http://wp.662p.com/thread-8026-1-1.html
【文件预览】:
源码说明.htm
帮助文档.url
IsolatedStorage
----IsolatedStorage.sln(1KB)
----IsolatedStorage()
--------Background.png(3KB)
--------App.xaml.cs(5KB)
--------MainPage.xaml.cs(2KB)
--------MainPage.xaml(3KB)
--------IsolatedStorage.csproj.user(218B)
--------Properties()
--------Bin()
--------ApplicationIcon.png(2KB)
--------IsolatedStorage.csproj(5KB)
--------App.xaml(848B)
--------SplashScreenImage.jpg(9KB)
--------Set.xaml(4KB)
--------obj()
--------Set.xaml.cs(3KB)
----IsolatedStorage.suo(14KB)
更多海量源码下载.url

网友评论