10 2011 档案

摘要: 有些时候我们需要对ListBox中的某项做出一种点击动画,即点击ListBox的某项时,被点的Item播放一个相应的动画。通常,我们需要自定义ListBox的ItemTemplate以做出自定义的ListBoxItem。下面,我讲讲如何利用Expression Blend和Visual Studio 分别实现这样的效果。 阅读全文
posted @ 2011-10-15 13:28 Alexis 阅读(2482) 评论(1) 推荐(4) 编辑
摘要:During windows phone development, sometimes we might be want to read some initial data from local resources. Data can be stored in XML, JSON, TXT or other formats. Unlike data files stored in Isolatedstorage, we cannot make changes to them or delete them (since they are built in Content or Resource). Which format is better ? Well, it depends. So let me make a simple demo to show you how we read initial data in wi 阅读全文
posted @ 2011-10-15 09:19 Alexis 阅读(2551) 评论(8) 推荐(6) 编辑
摘要:In my last post《Windows Phone 实用开发技巧(22):使用日志记录当前信息与异常信息》 , I talked about how to log in our application. Here comes the problem: how can we get the log file. If we run application locally, we can use ISETool to get files stored in IsolatedStorage. But since app users are far away from you. We cannot go to somebody and say “Hey, can I use your phone to get my log back…bala..bala..” We can make a button that is u 阅读全文
posted @ 2011-10-10 20:24 Alexis 阅读(2417) 评论(7) 推荐(2) 编辑
摘要:在之前的《Windows Phone 实用开发技巧(14):输入框隐藏SIP事件》中,我讲了如何在Windows Phone 中检测点击物理回退键的时候,SIP会自动隐藏的事件,那么如果我们想在Windows Phone页面中隐藏强制SIP,比如说我们已经在文本框中输入一些文本,这时候我们点击Appbar,我们想让SIP隐藏后页面进行跳转或者GoBack,这时候我们应该怎么做呢? 阅读全文
posted @ 2011-10-10 11:04 Alexis 阅读(1711) 评论(3) 推荐(1) 编辑
摘要:不知道上一个项目实战《Windows Phone 项目实战之账户助手》 大家学会创建自己的Windows Phone 应用程序没有?今天为大家带来另一个涉及网络的项目实战:我的微盘。涉及的技术知识点有: Json、Network、本地上传文件、SDK、Hammock、微盘 用过新浪微博的朋友肯定很喜欢微盘 ,我们可以存储的文件并且与朋友分享,而且下载不需要任何积分(这点很重要,哈哈). 目前国内的网盘只有微盘是提供API给开发者的,我们可以自己写App来操作微盘,微盘的API地址为:http://vdisk.me/api (需要注册后才能查看)。 阅读全文
posted @ 2011-10-06 12:39 Alexis 阅读(9580) 评论(60) 推荐(21) 编辑

点击右上角即可分享
微信分享提示