《Windows 8应用开发权威指南》介绍

Introduction to Windows 8: The Definitive Guide for Developer

一、封面设计要求及文字 

中文书名:Windows 8应用开发权威指南

英文书名:Windows 8: The Definitive Guide for Developer

I. Cover design requirements and characters

Book name in Chinese: Windows 8应用开发权威指南

Book name in English: Windows 8: The Definitive Guide for Developer

二、内容简介

II. Content profile

本书应该是目前全球范围内最为系统、全面、详尽和极具实战性的一本关于Windows应用商店应用开发的著作,书中深刻地阐述了Windows应用商店应用简洁、直观、优雅的界面设计理念和思想,以及开发中的重点和难点。技术内容涵盖了Visual C#、JavaScript和Visual C++ 开发语言,以满足不同读者群体的需求。为方便读者学习,书中在讲解技术重点的同时辅以完整的示例演示,使读者能够更快地将所学知识运用到实践开发当中,最后还针对不同的开发语言精心设计了三个综合性案例,可操作性极强。

This book is the most systematic, complete, detailed, and practical material for the development of Windows App Store applications all over the world. It deeply elaborates the simple, visualized, and refined interface design concepts and thoughts of Windows App Store applications as well as key points and difficulties during development. The technical contents of this book cover Visual C#, JavaScript, and Visual C++ development language to meet the demands of different reader groups. This book also presents complete demonstrations while it explains technical concepts, so that readers can apply the knowledge learned to practical development. At the final part of the book, three comprehensive cases are hereby designed carefully using different development languages with stronger operability.

全书共分21章:第1~2章首先介绍了Windows 8系统的特点、Windows应用商店应用的设计风格和思想、Windows应用商店应用的特征,然后详细介绍了开发Windows应用商店应用所需的开发工具及其使用方法,之后还介绍了开发者账号的注册、开发环境的搭建、远程调试以及应用程序的发布;第3章详细讲解了适用于Windows应用商店应用开发的XAML语法基础;第4~18章则系统讲解了使用Visual C#语言开发Windows应用商店应用的相关技术,包括应用控件、界面布局与导航、数据绑定、推送通知、图形与画刷、多媒体、动画效果、多线程与后台任务、传感器、文件与数据存储、网络通信、生命周期管理、地图应用、外部设备、全球化;第19~20章分别讲解了使用JavaScript和Visual C++语言进行Windows应用商店应用开发时所使用的重要技术;第21章结合前面章节所介绍的技术知识完整的实现一个真实的Windows应用商店应用案例。

This book is divided into 21 chapters. Chapters 1 and 2 present characteristics of Windows 8 system, show the design style, concepts, and characteristics of Windows 8 App Store applications, then they detail development tools and application methods required by Windows App Store applications, and later registration of developer’s account number, establishment of development environment, remote commissioning, and release of this application program are explained. Chapter 3 explains XAML grammar basis applicable for the development of Windows App Store applications. On the other hand, chapters 4 to 18 systematically elaborate relevant technologies for the development of Windows App Store applications by Visual C# language, including application control, interface layout and navigation, data binding, propulsion notice, figure and paintbrush, multi-media, cartoon effect, multithread and background task, sensor, file and data memory, network communication, life cycle management, map application, external equipment, and globalization. Then chapters 19 to 20 respectively present important technologies adopted when Windows App Store applications are developed by JavaScript and Visual C++ languages. Finally, chapter 21 sets forth a real Windows App Store application case integrating the technical knowledge stated in the previous chapters.  

三、作者简介

闫妍

软件开发工程师,专注于移动互联网和云计算,对移动终端设备应用的界面设计及自动化测试有深入研究,熟悉Windows Phone、Android、iOS平台应用开发技术。

 

微博:@闫妍Yanyan

Twitter:@finehappy。

III. About the Author

Yan Yan, a development engineer, is devoted to mobile Internet and cloud computing. She deeply researches on the interface design and automatization testing of mobile terminal device applications, and she is adept with the development technologies of Windows Phone, Android, and iOS platform applications.  

Microblog:  @ Yanyan

Twitter: @finehappy.

                                                                                                            

 

Introduction to Windows 8: The Definitive Guide for Developer的更多相关文章

  1. MONGODB的内部构造 FROM 《MONGODB THE DEFINITIVE GUIDE》

    今天下载了<MongoDB The Definitive Guide>电子版,浏览了里面的内容,还是挺丰富的.是官网文档实际应用方面的一个补充.和官方文档类似,介绍MongoDB的内部原理 ...

  2. THE DEFINITIVE GUIDE TO DEBUGGING JAVASCRIPT

    FIGURING OUT WHERE THE ERROR COULD BE READ THE CODE USING THE CONSOLE THE CHROME DEV TOOLS THE DEBUG ...

  3. Hadoop – The Definitive Guide Examples,,IntelliJ

    IntelliJ Project for Building Hadoop – The Definitive Guide Examples http://vichargrave.com/intellij ...

  4. Pronunciation – The Definitive Guide to the Top 100 Words in American English

    Pronunciation – The Definitive Guide to the Top 100 Words in American English Share Tweet Share Tagg ...

  5. The Definitive Guide to Ruby's C API The Ruby C API Running Ruby in C Running C in Ruby

    最近在研究如何在C/C++中 嵌入ruby脚本,很感谢找到了一篇文章,分享一下. The Definitive Guide to Ruby's C API

  6. Introduction to Object-Oriented JavaScript 转载自:https://developer.mozilla.org/en-US/docs/Web/JavaScript/Introduction_to_Object-Oriented_JavaScript

    Introduction to Object-Oriented JavaScript IN THIS ARTICLE JavaScript review Object-oriented program ...

  7. 解决Windows x64bit环境下无法使用PLSQL Developer连接到Oracle DB中的问题

    本文是原创文章,转载请注明出处: http://blog.csdn.net/msdnchina/article/details/46416455 解决Windows x64bit环境下无法使用PLSQ ...

  8. MongoDB:The Definitive Guide CHAPTER 1 Introduction

    MongoDB is a powerful, flexible, and scalable data store. It combines the ability to scale out with ...

  9. MongoDB:The Definitive Guide CHAPTER 2 Getting Started

    MongoDB is very powerful, but it is still easy to get started with. In this chapter we’ll introduce ...

随机推荐

  1. 高效的使用STL

    高效的使用STL 仅仅是个选择的问题,都是STL,可能写出来的效率相差几倍: 熟悉以下条款,高效的使用STL: 当对象很大时,建立指针的容器而不是对象的容器 1)STL基于拷贝的方式的来工作,任何需要 ...

  2. sar 找出系统瓶颈的利器

    sar 找出系统瓶颈的利器sar是System Activity Reporter(系统活动情况报告)的缩写.sar工具将对系统当前的状态进行取样,然后通过计算数据和比例来表达系统的当前运行状态.它的 ...

  3. jquery动画遮罩

    以前一直以为遮罩都是鼠标移上去,改变透明度实现的,后来看到过这样的一个遮罩动画,然后今天自己写了一个,因为弹出的遮罩是圆形的,所以从美观上来说,这个遮罩效果更适合于方形图片. <div clas ...

  4. Scrum Meeting---Six(2015-11-1)

    说明 由于周五放假,我们团队部分队员回家和外出,所以这一次的Scrum Meeting我们推迟到周日晚上,在周末的这段时间内队员对自己做的任务在周日晚汇报给我. 周末完成任务以及周一计划任务 姓名 周 ...

  5. Spring 读书笔记-----使用Spring容器(一)

    pring有两个核心接口:BeanFactory和ApplicationContext,其中ApplicationContext是BeanFactory的子接口.他们都可代表Spring容器,Spri ...

  6. [转载] 每周推荐阅读 BFQ:实现IO的隔离共享与高吞吐访问

    磁盘IO和网络IO隔离与共享是混部应用中基本需求,从早些年的BVC到现在的Matrix,以及Galaxy,或者未来的BS/Mint混部都遇到类似的问题:由于无法有效实现IO级的隔离(包括吞吐隔离.延时 ...

  7. 14 Using Indexes and Clusters

    do not build indexes unless necessary. 索引是非常占资源的To maintain optimal performance, drop indexes that a ...

  8. Git 的origin和master分析 push/diff/head(转)

    1.origin/master : 一个叫 origin 的远程库的 master 分支 2.HEAD指向当前工作的branch,master不一定指向当前工作的branch 3.git  push ...

  9. DHCP 工作原理

    DHCP 详解 DHCP 工作原理 一.什么是DHCP? DHCP,动态主机配置协议,前身是BOOTP协议,是一个局域网的网络协议,使用UDP协议工作,常用的2个端口:67(DHCP server), ...

  10. C#_观察者模式

    假设有一个软件公司,每当有新产品推出,就把信息通知到一些客户. 把通知这个动作抽象成一个接口. public interface IService { void Notif(); } 客户如果想获得通 ...