welcome to Qijie's Blog 薛其杰
摘要: 应用旨在帮助用户方便完成日常任务,增进生活乐趣, 承诺遵循以下:1)不在用户不知情的情况下使用用户的网络连接2)不访问用户的隐私信息3)不访问用户的隐私数据4)应用程序可能会将数据文件存放在客户终端中,并访问它。5)应用程序可能会使用你的摄像头,使用之前会问询客户或在客户知情情况下使用6)应用程序可能会调用邮件服务,使用之前会问询客户或在客户知情情况下使用 阅读全文
posted @ 2013-09-24 21:00 零点零一 阅读(1263) 评论(0) 推荐(0)
摘要: Accelerometer _accelerometer; int _shakeCount = 0; public MainPage() { this.InitializeComponent(); _accelerometer=Accelerometer.GetDefault(); if (_accelerometer != null) _accelerometer.Shaken += new TypedEventHandler(Shaken... 阅读全文
posted @ 2013-09-24 16:22 零点零一 阅读(204) 评论(0) 推荐(0)
摘要: I had this problem as well as I wanted to constrain my game to only landscape mode. I put this in my OnLaunched handler for App.xaml:Windows.Graphics.Display.DisplayProperties.AutoRotationPreferences=Windows.Graphics.Display.DisplayOrientations.Landscape;However I noted that in the simulator it seem 阅读全文
posted @ 2013-09-24 16:04 零点零一 阅读(267) 评论(0) 推荐(0)