http://www.microsoft.com/express/phone/ 安装文件
Visual Studio 2010 for Windows Phone和Expression Blend 4 for Windows Phone
start教程:
微软博客:
http://windowsteamblog.com/windows_phone/b/wpdev/archive/2011/09/22/ie9-mobile-developer-overview.aspx
MSDN:http://msdn.microsoft.com/zh-cn/windowsphone/
http://www.iyunv.com/iwp7/archive/2011/01/16/1936795.html 教程集合
http://www.iyunv.com/procoder/tag/Windows%20Phone/default.html?page=1
http://www.iyunv.com/porscheyin/archive/2010/12/15/1906476.html
http://msdn.microsoft.com/en-us/library/ff626516(v=VS.92).aspx
base:
系统自带工具栏:ApplicationBar , ApplicationBar.MenuItems
启动器:启动系统功能 Microsoft.Phone.Tasks.xxxxx ,电话,短信,邮件,应用程序,音乐;
选择器: 启动系统功能,并通过代理传递数据过去,如拍照、选择邮件地址、电话号码、选择照片;
CameraCaptureTask cct = new CameraCaptureTask(); cct.Completed += new EventHandler(cct_Completed);
cct.show();(选择图片)
输入:InputScope 键盘按键, 密码字符 PasswordChar="?"
加速感应器:x,y,z 另起线程执行方法后传回主线程执行
计时器:System.Windows.Threading.DispatcherTimer(setInterval)
页面: Page.OnNavigatedTo(NavigationEventArgs e)进入 Page.OnNavigatedFrom(NavigationEventArgs e) 离开页面
独立存储:1, IsolatedStorageSettings.ApplicationSettings; 2,IsolatedStorageFile.GetUserStoreForApplication()
=============================
控件:
Canvas(子元素可以相对于其作为父元素相对定位) ; StackPanel (默认纵向排列子控件,子元素之间使用Margin定位) ;Grid(类似表格在头上定义行列);
绑定数据:http://www.iyunv.com/RChen/archive/2008/07/04/1235816.html
element.DataContent=list;xaml中要写如:ItemsSouce="{Binding}" /Text="{Binding Age}"
或者 element.ItemsSource=list;就好,页面中 不需要写绑定
容器控件 http://www.iyunv.com/randylee/archive/2010/08/02/1785851.html
scrollViewer ....模仿类似listbox:
..........绑定的数据类似listBox
button控件:
控件外观样式blend:http://www.iyunv.com/wuzhikun/articles/1894127.html
============================================================
Property:
canvas.ZIndex=“2” 元素的上下层次,Canvas.SetZIndex(……) 等价与 DependencyObject.SetValue(Canvas.ZIndexProperty, ……)
依赖属性:...http://www.iyunv.com/knightswarrior/archive/2010/08/27/1809739.html
==================================
Phone UI设计规范:http://www.iyunv.com/xiaoshatian/archive/2011/01/21/1940794.html
新浪微博:http://www.iyunv.com/zdave/archive/2011/05/28/2061255.html
++++++++++++++++++++++++++++++++++++++++++++++++++++
Map:
http://blog.iyunv.com/acnchen/article/details/4782205
http://www.iyunv.com/leluyun/archive/2011/04/29/2032414.html
http://code.mapabc.com/class.html?silverlight
================================
PageUp切到物理键盘,PageDown切到虚拟键盘
===================
wp手机网站 http://www.wpxap.com/
运维网声明
1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网 享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com