简体   繁体   English

使用HTML5,CSS3和Javascript进行Windows Phone 8.1应用程序开发

[英]Using HTML5, CSS3, and Javascript for Windows Phone 8.1 App Development

I have been working for web design and some development for almost three years and quite familiar with HTML5, CSS3, an robust Javascript as JQuery. 我从事Web设计和开发工作已经有将近三年的时间,并且非常熟悉HTML5,CSS3(一种健壮的Java脚本JQuery)。

Now I want to delve into Windows Phone application development since I heard it requires HTML5, CSS3, and Javascript as far as I can understand the development process will be as same as we develop website separate individual files like index.html (for html) .css (for css) .js (for javascript) in a folder. 现在,我想深入研究Windows Phone应用程序开发,因为据我所知,它需要HTML5,CSS3和Javascript,开发过程与我们开发网站单独的单个文件(如index.html(用于html))相同。文件夹中的css(用于css).js(用于javascript)。

Do I need other skills and languages or I am on the right path? 我是否需要其他技能和语言,或者我在正确的道路上?

I'd suggest looking on the official microsoft site. 我建议在微软官方网站上查找。 http://msdn.microsoft.com/en-us/library/bb677133.aspx http://msdn.microsoft.com/en-us/library/bb677133.aspx

It really depends on what you want to include in your app. 这实际上取决于您要在应用程序中包含的内容。 In my opinion is worth looking at C and C++ as it will help you develop more features and have this native mobile feel. 我认为值得一看的是C和C ++,因为它将帮助您开发更多功能并具有这种本机移动的感觉。 If you want to be on the safe side, you can still use html5, css3 and js. 为了安全起见,您仍然可以使用html5,css3和js。 you should take a look at Client-side JScript. 您应该看一下客户端JScript。

If you want to develop with only HTML5, CSS and JavaScript, you will have to use a framework, it's like a bridge between HTML5/CSS/JS and the platform (Windows SDK, Android SDK, iOS). 如果只想使用HTML5,CSS和JavaScript进行开发,则必须使用框架,就像HTML5 / CSS / JS与平台(Windows SDK,Android SDK,iOS)之间的桥梁一样。

You can start with Adobe's Phonegap , and if you feel comfortable you can delve into the patform specific techniques instead of just the framework. 您可以从Adobe的Phonegap开始,如果您感到舒适,可以深入研究patform特定的技术,而不仅仅是框架。

另一个选择是WinJS,但是,如果您学习一点C#并熟悉XAML,我认为您将能够更轻松地开发和维护应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用javascript / html5在Windows Phone 8.1应用程序中禁用视频预览的自动旋转 - How to disable auto rotate for a video preview in a Windows Phone 8.1 App using javascript/html5 是否有将HTML5,CSS3和JavaScript捆绑到本地移动应用程序中的平台? - Is there a platform that bundles HTML5, CSS3 and JavaScript into a native mobile app? 使用 HTML5/CSS3 而不是 JavaScript 滚动卷轴/羊皮纸 - Scrolling a scroll/parchment using HTML5/CSS3 instead of JavaScript Windows 8 JavaScript App开发:在HTML5 Canvas上绘制 - Windows 8 JavaScript App Development: Draw on HTML5 Canvas HTML5 CSS3 / Javascript模糊面具 - HTML5 CSS3/Javascript Blur Mask HTML5和CSS3的JavaScript检查程序 - JavaScript checker for HTML5 and CSS3 HTML5、CSS3 和 JavaScript 学习资源 - HTML5, CSS3 and JavaScript Learning Resources Android通过HTML5 / CSS3 / JavaScript - Android by HTML5 / CSS3 / JavaScript 如何使用CSS3 / HTML5或Javascript创建基于div位置显示图像缩放部分的缩放“窗口”? - How can I create zoom 'windows' showing a zoomed portion of an image based on a div location using CSS3/HTML5 or Javascript? 如何使用HTML5将应用栏添加到Windows Phone 8应用 - How to add an app bar to a Windows Phone 8 app using HTML5
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM