zoukankan      html  css  js  c++  java
  • Windows Phone 8移动应用开发工具盘点——基础篇

      自去年6月份微软正式发布移动操作系统Windows Phone 8以来,该系统以其卓越的性能和外观得到广大用户的亲睐。加上Windows Phone 8支持多种流行语言和本地代码,更是得到众多开发者的竞相追捧,市面上各种针对Windows Phone 8的app应用层出不穷。

    Visual Studio 2012

      众所周知,Windows 8简化了创建跨平台应用程序的进程,Windows Phone 8 则充分利用了Windows 8上的许多先进功能,但毕竟两者针对的是不同的平台,如果想创建兼容Windows Phone 8和Windows 8的app,初始的Visual Studio 2012显然是不够的,还需要安装一个SDK,从而保证能满足Windows Phone 8的需求。

      Visual Studio 2012能让开发者创建针对Windows 8的应用程序,由于微软是在Win 8之后才推出的Windows Phone 8,如果想在当前安装的VS2012上开发面向WinPhone 8的app,就必须下载安装最新的Windows Phone SDK。

    Windows Phone SDK

    Windows Phone SDK 8.0包含以下组件:

    • Visual Studio 2012 Express for Windows Phone.
    • Microsoft Blend 2012 Express for Windows Phone. If you have a full version of Blend 2012 installed, the installation will add Windows Phone 8.0 capabilities to it.
    • Windows Phone 8.0 device emulator.
    • All the necessary reference assemblies for managed code development.
    • All the necessary headers and libraries for native code development.
    • Project templates for both managed code and native code development.

      由于Windows Phone 8模拟器只能运行在Windows 8专业版或者更高的版本上,至少需要Windows 8 64-bit专业版。

  • 相关阅读:
    Android使用sqlliteOpenhelper更改数据库的存储路径放到SD卡上
    递归实现全排列(一)
    poj_1284_原根
    绝对让你理解Android中的Context
    Java Web---登录验证和字符编码过滤器
    ceph理论及部署配置实践
    ceph for openstack快速部署实施
    php set env
    基于本地iso 搭建的本地yum源 安装部署openldap
    ceph rpm foor rhel6
  • 原文地址:https://www.cnblogs.com/uncleshu/p/3224676.html
Copyright © 2011-2022 走看看