title author date CreateTime categories
Developing Universal Windows Apps 开发UWA应用 问答
lindexi
2019-08-31 16:55:58 +0800
2019-06-23 10:43:11 +0800

这是一篇在 2015 翻译的社区问答,内容已经过时

开始是一些欢迎,就不翻译

  • Question: Is the code already there?

  • Answer: There is some code on that codeplex site, but more will be added after this course.

  • Q:是否已经有代码(xaml解析的代码)?

  • A:现在已有一些代码,不过更多的会在之后发布,http://xaml.codeplex.com

  • Q:we need no VS?

  • A:Yes, you need VS.

  • Q:需要安装visual studio?

  • A:是的,需要安装visual studio 2015

  • PS 现在是 VisualStudio 2019 了

  • Q:Can't universal apps also be used on the Xbox One platform

  • A:Mike, good point. We announced at BUILD in April that the Universal Windows app model will extend to XBOX ONE, but that is not available yet nor is it covered in this training.

  • Q:是否通用程序可以使用在Xbox平台

  • A:是的,我们4月宣布BUILD可以把通用应用UWA扩展到Xbox,但还没有一个好的教程。

  • PS 现在已经支持了

  • Q:it is free to public any app in the store ?

  • A:To publish an app in the store, you need to sign up for a developer license, which costs $19

  • Q:提交到商店应用是免费的?

  • A:要提交到应用商店,你必须注册成为开发者,注册需要 $19 也就是大概 ¥119

  • Question: $19 for a month or year ?

  • Answer: $19 forever.

  • Q:$19一个月还是一年?

  • A:$19永久

  • PS 其实你可以在淘宝买一个学生账号注册

  • Q:I know nothing about xaml yet, should I leave or what

  • A:Hamid, stick around! You will learn a lot here, even if you do not know XAML

  • Q:我不知道一点xaml知识,我需要离开还是怎么办

  • A:留下来,在这里你会学到很多东西,即使你不知道xaml

  • PS 问我不知道 xaml 的知识我还能进坑,回答是没错,你还可以进坑,因为在这里有很多坑货带你

  • Q:a good way to backup your code is to use OneDrive

  • A:I agree, all my dev projects reside in OneDrive, but I am also using GitHub & Visual Studio Online (with Git endpoints)

  • Q:是不是使用 OneDrive 备份代码是一个好主意

  • A:我同意,我所有的开发项目位于OneDrive,但是我也使用GitHub & Visual Studio在线(Git端点)

  • Q:Missed the beginning, can you build universal apps with html and javascript?

  • A:Martin, yes, the Universal app model works for HTML & JavaScript too (i.e. WinJS), as well as XAML with either VB, C# or C++

  • Q:开始不是学C#,能够使用 html and javascrip开发UWA应用?

  • A:通用应用适用于HTML和JavaScript(例如WinJS),以及XAML用VB、c#或c++

  • Question: How do you tie an existing phone app to store app? (The names may not be the same)

  • Answer: John, you'll have to publish an update and reserve the same name for both the Windows Phone and Windows Store version, that will link them

  • Q:你如何把现有的手机应用和商店应用程序联系起来?(可能不是相同的名称)

  • A:约翰,你必须发布一个更新和储备相同的名称为Windows Phone和Windows版本存储联系他们。

  • Question: is there anything that we should download or need for this class besides visual studio

  • Answer: make sure you have Visual Studio 2013 with Update 3. You can use either the Express for Windows version, or Professional and higher

  • Q:我们需要下载什么?除了visual studio提供的环境

  • A:确保你有Visual Studio 2013 with Update 3。您可以使用Express for Windows 的版本

  • Question: Someone has reserved app name I used on the phone so I guess I have to rename the phone app

  • Answer: John, it can happen. Support can sometimes help with naming issues

  • Q:有人的应用名字和我的相同,我必须重命名我的手机应用?

  • A:John,它可能发生。support有时可以帮助命名问题

  • Question: I'm sorry if I my question is inappropriate, but I've been trying for a few days to render animated GIF images in a universal app. What is the right way to do it? Thanks in advance!

  • Answer: I recommend you take a look at the Nokia Imaging SDK to work with animated GIFs in Universal apps

  • Q:我很抱歉,如果我,我的问题是不合适的,但我一直很努力了几天,在一个普遍应用呈现动画GIF图像。正确方法是怎么做?先谢谢!

  • A:我建议你在UWA看看诺基亚成像SDK处理动态gif播放
    PS 现在已经可以支持 Gif 播放

2019-8-31-Developing-Universal-Windows-Apps-开发UWA应用-问答的更多相关文章

  1. Developing Universal Windows Apps 开发UWA应用 问答

    开始是一些欢迎,就不翻译 Question: Is the code already there? Answer: There is some code on that codeplex site, ...

  2. MVA Universal Windows Apps系列学习笔记1

    昨天晚上看了微软的Build 2015大会第一天第一场演讲,时间还挺长,足足3个小时,不过也挺震撼的.里面提到了windows 10.Microsoft edge浏览器.Azure云平台.Office ...

  3. 使用 .NET 平台,如何玩转 Universal Windows 应用?

    2015年7月30日 本文作者是 Managed Languages 团队项目经理 Lucian Wischik. 不久前,Visual Studio 2015上新增 Windows 10 应用的开发 ...

  4. 使用 Portable Class Library(可移植类库)开发 Universal Windows App

    今天在这里跟大家聊聊关于 Windows Universal 应用夸平台的问题,首先Universal Windows App的定义相信大家已经有所了解了(如果你是一个刚刚接触 Universal A ...

  5. Windows Phone开发(31):画刷

    原文:Windows Phone开发(31):画刷 画刷是啥玩意儿?哈,其实画刷是用来涂鸦,真的,没骗你,至于你信不信,反正我信了. 本文通过价绍几个典型的画刷,使你明白画刷就是用来涂鸦的. 一.纯色 ...

  6. DEPLOYING NATIVE UWP (UNIVERSAL WINDOWS PLATFORM) APPS FOR JAVA DEVELOPERS & PUBLISHING THEM TO THE MICROSOFT STORE

    原文: DEPLOYING NATIVE UWP (UNIVERSAL WINDOWS PLATFORM) APPS FOR JAVA DEVELOPERS & PUBLISHING THEM ...

  7. Windows Phone开发需要了解的背景

    在Windows Phone8.1之前,Windows Phone应用是基于Silverlight的,这些代码也不能在Windows上运行,从Windows Phone8.1开始,开发者多了一个选择, ...

  8. [原]Universal Windows问题:winapifamily问题:WINAPI_PARTITION_DESKTOP问题:WINAPI_PARTITION_APP问题:WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)问题

    问题回顾: 我新建的生成dll的vs问题: 此vs项目包含需要GL.h 结果此文件声明的GLint找不到! 进去发现#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITI ...

  9. Windows内核开发-3-内核编程基础

    Windows内核开发-3-内核编程基础 这里会深入讲解kernel内核的API.结构体.和一些定义.考察代码在内核驱动中运行的机制.最后把所有知识合在一起写一个有用的驱动. 本章学习要点: 1:通用 ...

  10. Windows内核开发-6-内核机制 Kernel Mechanisms

    Windows内核开发-6-内核机制 Kernel Mechanisms 一部分Windows的内核机制对于驱动开发很有帮助,还有一部分对于内核理解和调试也很有帮助. Interrupt Reques ...

随机推荐

  1. VS2010-MFC(MFC消息映射机制概述)

    转自:http://www.jizhuomi.com/software/147.html 前面已经说过,Windows应用程序是消息驱动的.在MFC软件开发中,界面操作或者线程之间通信都会经常用到消息 ...

  2. angular 基本树结构

    HTML: http://www.ngnice.com/showcase/#/tree/basic <link rel="stylesheet" href="vie ...

  3. net.sf.json JSONObject与JSONArray使用实例

    实例自己想的一个实例应用场景:一个人可以有多个角色,例如:在家中是儿子,在学校是学生,在公司是程序员,一个人还可以办好多业务 * 每个业务好多个人都可以办,则标记(mark)就是记录这唯一标识的(如i ...

  4. Grep- Linux必学的60个命令

    1.作用 grep命令可以指定文件中搜索特定的内容,并将含有这些内容的行标准输出.grep全称是Global Regular Expression Print,表示全局正则表达式版本,它的使用权限是所 ...

  5. Java实现对日期上旬中旬下旬格式化

    PS:我数据库表定义的日期是String类型,要求对读取的日期进行格式化为xx年xx月上\中\下旬 测试代码如下 package day1; import java.text.ParseExcepti ...

  6. poj 2288

    传送门 解题思路 状压dp,记录路径条数,dp[S][i][j]表示状态为S,前一个点是i,再前一个点是j的最大值,然后在开个一样的数组记录方案数,时间复杂度O(2^n*n^2),注意要用long l ...

  7. 转:fork与vfork的区别

    源地址:http://blog.csdn.net/jianchi88/article/details/6985326 有大量驱动文章 fork()与vfock()都是创建一个进程,那他们有什么区别呢? ...

  8. 百钱白鸡(for循环的练习)

    <!doctype html> <html> <head> <meta charset="utf-8"> <title> ...

  9. PAT甲级——A1059 Prime Factors

    Given any positive integer N, you are supposed to find all of its prime factors, and write them in t ...

  10. 数据交换格式之 - XML

    XML简介 XML是一种可扩展的标记语言,被设计用来传输和存储数据.传输数据. 需要自定义标签,自我描述性,XML是W3C的推荐标准: XML的特点与作用 特点: xml与操作系统.编程语言的开发平台 ...