惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
S
Securelist
MyScale Blog
MyScale Blog
Jina AI
Jina AI
罗磊的独立博客
The Cloudflare Blog
美团技术团队
博客园 - 叶小钗
阮一峰的网络日志
阮一峰的网络日志
博客园 - 三生石上(FineUI控件)
月光博客
月光博客
雷峰网
雷峰网
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
大猫的无限游戏
大猫的无限游戏
博客园 - Franky
博客园 - 聂微东
Y
Y Combinator Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
MongoDB | Blog
MongoDB | Blog
T
Tailwind CSS Blog
Attack and Defense Labs
Attack and Defense Labs
博客园_首页
Latest news
Latest news
Apple Machine Learning Research
Apple Machine Learning Research
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
The Hacker News
The Hacker News
G
GRAHAM CLULEY
Simon Willison's Weblog
Simon Willison's Weblog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Proofpoint News Feed
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
U
Unit 42
D
Docker
Webroot Blog
Webroot Blog
N
Netflix TechBlog - Medium
T
Tor Project blog
C
Cyber Attacks, Cyber Crime and Cyber Security
L
LINUX DO - 最新话题
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
The Last Watchdog
The Last Watchdog
B
Blog
Recent Announcements
Recent Announcements
GbyAI
GbyAI
Microsoft Azure Blog
Microsoft Azure Blog
Security Latest
Security Latest
V2EX - 技术
V2EX - 技术
N
News | PayPal Newsroom
Microsoft Security Blog
Microsoft Security Blog

博客园 - 王一平

使用苹果版博客编辑器发布的文章 关于翻译内容的阅读提示 第二章 使用Silverlight增强您的站点 第一章 入门 第二章 开始认识XAML (3) [转贴] Obscure Error: AddressFilter mismatch at the EndpointDispatcher ProxyService module错误提示,没有实现某某方法 在采用了PRISM框架中为TabControl的TabItem应用自定义样式的问题 安装好Oracle 10G Express后,在事件查看器里出现“The OracleXETNSListener service terminated unexpectedly”的错误 编译通过,但运行时报resolution of the dependency failed 介绍Silverlight Silverlight 4 Beta 公布 关于PropertyChanged事件何时实例化的问题 Visual Studio :: Breakpoints will not currently be hit, symbols are not loaded 关于PropertyChanged事件何时实例化的问题 在xaml文件中使用Command绑定语法运行时报command AG_E_PARSER_BAD_PROPERTY_VALUE 编译通过,但在运行时报Resolution of the dependency failed 关于使用Silverlight Toolkit 3 中的主题后DataGrid无法呈现数据的问题 第二章 开始认识XAML (2)
手把手教你开发Windows Phone 8应用程序(序)
王一平 · 2012-11-06 · via 博客园 - 王一平

这个系列的所有内容均翻译自书籍《101 Windows Phone 7 apps》,如该翻译侵犯了作者的权益,请及时联系本人,本人会在第一时间删除相关内容。该系列会不定期推出,请大家不要催我,我一有时间就会进行更新,如果您使用RSS会第一时间掌握最新的内容。

之所以选择该书翻译是因为一次偶然的机会接触到这本书,全书采用全彩页面,看上去很舒服,而且整本书1000来页,讲了100个小程序,基本上是由浅入深,循序渐进式的帮助各位开发者在Windows Phone平台上开发app,这本书将的非常详细(其实老外的书都讲的很详细,甚至有点罗嗦),从设计原则到提交到MarketPlace都有涉及,基本上是一个从菜鸟到大师的一个过程。其实本人做的东西比较杂,asp.net做过、silverlight做过,然后到现在的ios开发,不过大家可以发现,其实不管我做那种技术,基本上都是和表现层相关的,最近呢也在看一本关于设计原则的书,这本书和软件开发并没有多大关系,只是陶冶一下自己的情操,培养一下自己的审美情趣,希望能把好的设计体现在手机软件中。

想要开发Windows Phone 8的app首先需要了解一下先决条件

  • 操作系统必须是Windows 8 或者对应的Server版本,例如Windows Server 2012
  • 开发工具可以是Visual Studio 2012 Express For Windows Phone 或者Visual Studio 2012任何一个商业版本(Ultimate Professional Standard)
  • 机器配置就请参考官方文档吧,我相信各位的机器都应该符合要求吧
  • 设计工具就是Blend For Visual Studio 2012,因为我装的是Visual Studio 2012 Ultimate 版本,已经集成了该设计器

了解了开发所需要的工具,那么再看一下您需要的技术背景

  • C#、VB、HTML 5(你没有看错,就是html 5,可以开发基于Web的Windows Phone 8应用程序)
  • XAML或之前开发过WPF、Silverlight应用程序

目前就想到这些,废话少说,我们开发第一个例子吧。