




已阅读5页,还剩2页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
WP7应用升级WP8纵览相信很多朋友打算升级自己WP7的应用了吧,今天给大家介绍一下WP8新feature。首先着重介绍一下可以为你的应用增色不少而且实现简单的 Key feature:1. 应用程序快速恢复 Fast app resume相信大家知道在之前的WP7应用中将应用切换到后台后只有用back按钮和FAS可以讲应用程序再次恢复,如果使用应用列表中的按钮或Tile启动都会使原有的应用程序终止并且创建一个新的应用实例,在windows phone 8 中解决了这个问题,但是不是默认程序都支持Fast app resume的,需要开发者做一个小调整我在这里先给大家简单介绍一下:1.1 启动 Fast resume 非常简单只需要你在 app manifest 文件中更改一下你的设置右键编辑你的 manifest 文件找到 Tasks文件夹下的 DefaultTask 节点添加一个 ActivationPolicy 属性值为 Resume, 此时你就实现了 fast app resume。.2 当然你可以优化你的应用程序从在不同的情况跳转至不同的页面 例如:开始页面的Tile和应用列表页或者使用Deep link打开的情况 做分别处理.具体方法是在应用程序在Activated & Navigating 时候进行判断/ Code to execute when the application is activated (brought to foreground) / This code will not execute when the application is first launched private void Application_Activated(object sender, ActivatedEventArgs e) mustClearPagestack = CheckDeactivationTimeStamp(); void RootFrame_Navigating(object sender, NavigatingCancelEventArgs e)e.NavigationMode = NavigationMode.New请大家根据自己程序的需要进行设配目前测试的结果来看还是可以较好的保存 NavigationService.BackStack 中的记录的。2. 全新的 live tiles Support Large TilesWP8 支持三种尺寸的Tile分别是:small,medium,wide。wide 也是在WP8中新支持的Tile 可以占据用户Tile页面的整行超值的一个feature当然还有三种不同的 Tile Templates: Flip Iconic 和 CycleFlip 和之前WP7的效果十分相似就是图片和文字的一个翻转效果如下所示:同样支持 推送和后台更新创建:C# codeFlipTileData TileData = new FlipTileData() Title = “title“, BackTitle = “back of Tile title“, BackContent = “back of medium Tile size content“, WideBackContent = “back of wide Tile size content“, Count = count, SmallBackgroundImage = small Tile size URI, BackgroundImage = front of medium Tile size URI, BackBackgroundImage = back of medium Tile size URI, WideBackgroundImage = front of wide Tile size URI, WideBackBackgroundImage = back of wide Tile size URI,;XAML 模板 small Tile size URI front of wide Tile size URI back of wide Tile size URI back of wide Tile size content front of medium Tile size URI count title back of medium Tile size URI back of Tile title back of medium Tile size content #p#分页标题#e#Iconic TileIconic 也是windows phone 8 所特有的,目前多用于系统内置的应用 例如邮件短信等。三种尺寸效果代码模板XAML small Tile size URI medium/wide Tile size URI 1st row of content 2nd row of content 3rd row of content count title hex ARGB format color C# 创建模板IconicTileData TileData = new IconicTileData() Title = “title“, Count = count, WideContent1 = “1st row of content“, WideContent2 = “2nd row of content“, WideContent3 = “3rd row of content“, SmallIconImage = small Tile size URI, IconImage = medium/wide Tile size URI, BackgroundColor = .NET color type of Tile;最后一种Cycle Tile是可以循环显示9张图片的一个效果非常Cool 建议使用。代码模板XAML small Tile size URI photo 1 URI photo 2 URI photo 3 URI photo 4 URI photo 5 URI photo 6 URI photo 7 URI photo 8 URI photo 9 URI count title C# 创建模板CycleTileData cycleTile = new CycleTileData() Title = “Contoso”; Count = 10; SmallBackgroundImage = new Uri(“/Assets/Tiles/smallBackgroundImage.jpg”, UriKind.Relative); CycleImages = new Uri new Uri(“/Assets/Tiles/cycleImage1.jpg”, UriKind.Relative), new Uri(“/Assets/Tiles/cycleImage2.jpg”, UriKind.Relative), new Uri(“/Assets/Tiles/cycleImage3.jpg”, UriKind.Relative), new Uri(“/Assets/Tiles/cycleImage4.jpg”, UriKind.Relative), new Uri(“/Assets/Tiles/cycleImage5.jpg”, UriKind.Relative), new Uri(“/Assets/Tiles/cycleImage6.jpg”, UriKind.Relative), new Uri(“/Assets/Tiles/cycleImage7.jpg”, UriKind.Relative), new Uri(“/Assets/Tiles/cycleImage8.jpg”, UriKind.Relative), new Uri(“/Assets/Tiles/cycleImage9.jpg”, UriKind.Relative), ;#p#分页标题#e#这几个Tile的创建除了使用模板以外还支持在我们的AppManifest 文件中定义:同时这些模板都是支持后台的创建和更新。/news/wp7_wp8_1127.htmlwp8软件/游戏下载/ wp8论坛/ 诺基亚920软件/nokia/920/ 诺基亚51
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- Dipsacus-saponin-A-生命科学试剂-MCE
- Dermocybin-NSC-257450-生命科学试剂-MCE
- 废弃化学品包装桶处置应急预案
- 临矿安全培训技术中心课件
- 厂区建筑(办公楼、车间)坍塌应急预案
- 乡镇食品安全培训会课件
- 临潼培训安全员证课件
- 临淄食品安全培训课件
- 城市地下空间三维建模系统2025年技术创新与城市规划协同可行性分析
- 车库消防喷淋合同(标准版)
- (完整版)铝合金门窗施工方案
- 医疗质量安全专项整治行动自查清单8-患者隐私
- 宽带基础培训知识课件
- 知道智慧树实验室安全与防护满分测试答案
- 人行统计制度培训课件
- Unit 2 School life单元测试卷(含答案) 2025-2026学年译林版(2024)八年级英语上册
- 2025年国家电投黄河公司毕业生招聘考试笔试试题(含答案)
- 产品检验基础知识培训课件
- 茶叶与咖啡混合饮品创新创业项目商业计划书
- 节点评审管理办法
- 来华留学生管理办法
评论
0/150
提交评论