Windows Application Development Cookbook
暫譯: Windows 應用程式開發食譜
Marcin Jamro
- 出版商: Packt Publishing
- 出版日期: 2016-12-22
- 售價: $2,220
- 貴賓價: 9.5 折 $2,109
- 語言: 英文
- 頁數: 546
- 裝訂: Paperback
- ISBN: 1786467720
- ISBN-13: 9781786467720
-
相關分類:
Windows App
海外代購書籍(需單獨結帳)
相關主題
商品描述
Key Features
- Learn to build applications for Windows 10, the latest Windows version
- Develop your applications to be compatible with smartphones, tablets, and desktops
- This guide is packed with recipes covering major solutions to day-to-day problems faced by Windows programmers
Book Description
Need to ensure you can always create the best Windows apps regardless of platform? What you need are solutions to the biggest issues you can face, so you can always ensure you’re making the right choices and creating the best apps you can.
The book starts with recipes that will help you set up the integrated development environment before you go ahead and design the user interface. You will learn how to use the MVVM design pattern together with data binding, as well as how to work with data in different file formats.
Moving on, you will explore techniques to add animations and graphics to your application, and enable your solution to work with multimedia content.
You will also see how to use sensors, such as an accelerometer and a compass, as well as obtain the current GPS location. You will make your application ready to work with Internet-based scenarios, such as composing e-mails or downloading files, before finally testing the project and submitting it to the Windows Store.
By the end of the book, you will have a market-ready application compatible across different Windows devices, including smartphones, tablets, and desktops.
What you will learn
- Start developing universal applications for Windows 10
- Design user interface in the XAML language
- Use the MVVM design pattern with data binding
- Store data in files and in a database
- Use multimedia content and animations
- Capture data from built-in sensors
- Handle various Internet-based scenarios
- Test the application and submit it to the Windows Store
About the Author
Marcin Jamro , PhD, is an entrepreneur and researcher as well as a developer and architect of various kinds of application, such as web, mobile, and distributed ones. He is interested in many aspects of computer science, including software engineering and project management. Marcin is passionate about C#, C++, and C languages in general, design patterns, new technologies, and mobile devices, especially the Windows platform.
He has significant practical experience in project development and holds the position of the President of the Board at TITUTO Sp. z o.o. [Ltd.] in Rzeszów, Poland. His company develops various IT projects, including mobile and web applications. To add to this, TITUTO Sp. z o.o. [Ltd.] has a set of its own products dedicated to hotels and tour operators. You can read more about them at http://tituto.com.
Marcin has published several papers, taken part in many conferences, organized a few of them, and participated in two internships at Microsoft in Redmond, USA. He has Microsoft Certified Professional, Microsoft Certified Technology Specialist, and Microsoft Certified Professional Developer certificates.
You can find out more about Marcin on his website, http://jamro.biz, and you can easily contact him by sending an e-mail to marcin@jamro.biz.
Table of Contents
- Getting Started
- Designing a User Interface
- MVVM and Data Binding
- Data Storage
- Animations and Graphics
- Multimedia
- Built-in Sensors
- Internet-based Scenarios
- Testing and Submission
- Useful Resources
商品描述(中文翻譯)
**主要特點**
- 學習為最新的 Windows 10 版本建立應用程式
- 開發與智慧型手機、平板電腦和桌面電腦相容的應用程式
- 本指南包含針對 Windows 程式設計師日常問題的主要解決方案的食譜
**書籍描述**
需要確保您無論在何種平台上都能創建最佳的 Windows 應用程式嗎?您需要的是解決您可能面臨的最大問題的方案,以便始終確保您做出正確的選擇並創建最佳的應用程式。
本書從幫助您設置整合開發環境的食譜開始,然後再設計使用者介面。您將學習如何使用 MVVM 設計模式結合資料綁定,以及如何處理不同檔案格式中的資料。
接下來,您將探索將動畫和圖形添加到應用程式的技術,並使您的解決方案能夠處理多媒體內容。
您還將學習如何使用感應器,例如加速度計和指南針,以及如何獲取當前的 GPS 位置。您將使應用程式準備好處理基於網際網路的情境,例如撰寫電子郵件或下載檔案,最後測試專案並提交至 Windows Store。
到書籍結束時,您將擁有一個市場準備好的應用程式,能夠在不同的 Windows 設備上運行,包括智慧型手機、平板電腦和桌面電腦。
**您將學到的內容**
- 開始為 Windows 10 開發通用應用程式
- 使用 XAML 語言設計使用者介面
- 使用 MVVM 設計模式結合資料綁定
- 將資料儲存在檔案和資料庫中
- 使用多媒體內容和動畫
- 從內建感應器捕獲資料
- 處理各種基於網際網路的情境
- 測試應用程式並提交至 Windows Store
**關於作者**
**Marcin Jamro**,博士,是一位企業家和研究人員,同時也是各類應用程式(如網頁、行動和分散式應用程式)的開發者和架構師。他對計算機科學的許多方面感興趣,包括軟體工程和專案管理。Marcin 對 C#、C++ 和 C 語言、設計模式、新技術以及行動裝置(特別是 Windows 平台)充滿熱情。
他在專案開發方面擁有豐富的實務經驗,並擔任波蘭熱舒夫的 TITUTO Sp. z o.o. [有限公司] 董事會主席。他的公司開發各種 IT 專案,包括行動和網頁應用程式。此外,TITUTO Sp. z o.o. [有限公司] 擁有一系列專為飯店和旅遊業者設計的產品。您可以在 http://tituto.com 獲得更多資訊。
Marcin 發表了幾篇論文,參加了許多會議,組織了幾場會議,並在美國雷德蒙德的微軟進行了兩次實習。他擁有 Microsoft Certified Professional、Microsoft Certified Technology Specialist 和 Microsoft Certified Professional Developer 證書。
您可以在他的網站 http://jamro.biz 獲得更多有關 Marcin 的資訊,並可以通過發送電子郵件至 marcin@jamro.biz 與他輕鬆聯繫。
**目錄**
1. 開始使用
2. 設計使用者介面
3. MVVM 和資料綁定
4. 資料儲存
5. 動畫和圖形
6. 多媒體
7. 內建感應器
8. 基於網際網路的情境
9. 測試和提交
10. 有用的資源