Mastering Xamarin UI Development - Second Edition: Build maintainable, cross platform mobile app UI with the power of Xamarin
暫譯: 精通 Xamarin UI 開發 - 第二版:利用 Xamarin 的力量構建可維護的跨平台行動應用程式 UI

Steven F. Daniel

  • 出版商: Packt Publishing
  • 出版日期: 2018-08-31
  • 售價: $1,700
  • 貴賓價: 9.5$1,615
  • 語言: 英文
  • 頁數: 612
  • 裝訂: Paperback
  • ISBN: 1788995511
  • ISBN-13: 9781788995511
  • 相關分類: Cross-Platform使用者介面 UI
  • 立即出貨 (庫存=1)

買這商品的人也買了...

相關主題

商品描述

Learn how to build stunning, maintainable, cross-platform mobile application user interfaces using C# 7 with the power of both the Xamarin and Xamarin.Forms frameworks.
Key Features
  • Build effective native and cross-platform user interfaces using the Xamarin frameworks for iOS and Android, as well as Xamarin.Forms
  • Maximize the testability, flexibility, and overall quality of your Xamarin mobile apps
  • Step-by-Steps guide that is packed with real-world scenarios and solutions, to build professional grade mobile apps and games for the iOS and Android platforms, using C# 7
Book Description This book will provide you with the knowledge and practical skills that are required to develop real-world Xamarin and Xamarin.Forms applications. You'll learn how to create native Android app that will interact with the device camera and photo gallery, and then create a native iOS sliding tiles game. You will learn how to implement complex UI layouts and create customizable control elements based on the platform, using XAML and C# 7 code to interact with control elements within your XAML ContentPages.
You'll learn how to add location-based features by to your apps by creating a LocationService class and using the Xam.Plugin.Geolocator cross-platform library, that will be used to obtain the current device location. Next, you'll learn how to work with and implement animations and visual effects within your UI using the PlatformEffects API, using C# code.
At the end of this book, you'll learn how to integrate Microsoft Azure App Services and use the Twitter APIs within your app. You will work with the Razor Templating Engine to build a book library HTML5 solution that will use a SQLite.net library to store, update, retrieve, and delete information within a local SQLite database. Finally, you will learn how to write unit tests using the NUnit and UITest frameworks.
What you will learn
  • Downloading and Installing the Visual Studio for Mac IDE
  • Overview and Understanding of the Xamarin Mobile Platform
  • Understand the MVVM architectural pattern and how to implement this with your apps
  • Build a NavigationService class to enable navigation between your ViewModels
  • Implement Data-Binding to control elements within your XAML pages and ViewModels
  • Create and Implement Xamarin.Forms Animations within your applications
  • Work with the Microsoft Azure App Services Platform and the Twitter API
Who this book is for This book is intended for readers who have experience using at least the C# 6.0 programming language and interested in learning how to create stunning native, and cross-platform user interfaces for the iOS and Android platforms using the Xamarin and Xamarin.Forms frameworks using C# 7.
Table of Contents
  1. Setting up Visual Studio for Mac
  2. Building a Photo Library app using Xamarin.Android and C#
  3. Building a Picture Sliding Game using Xamarin.iOS and C#
  4. Creating the TrackMyWalks Native App
  5. MVVM and Data Binding
  6. Navigating within the MVVM Model - The Xamarin.Forms Way
  7. Adding Location-Based Features within Your App
  8. Customizing the User Interface
  9. Working with Animations in Xamarin.Forms
  10. Working with the Razor Templating Engine
  11. Incorporating API Data Access using Microsoft Azure App Services
  12. Making our App Social - Using the Twitter API
  13. Unit Testing your Xamarin.Forms App using the NUnit and UITest Frameworks

商品描述(中文翻譯)

學習如何使用 C# 7 和 Xamarin 及 Xamarin.Forms 框架的強大功能,構建令人驚豔、可維護的跨平台移動應用程序用戶界面。
主要特點


  • 使用 Xamarin 框架為 iOS 和 Android 以及 Xamarin.Forms 構建有效的原生和跨平台用戶界面
  • 最大化您的 Xamarin 移動應用的可測試性、靈活性和整體質量
  • 提供逐步指南,包含真實世界的場景和解決方案,使用 C# 7 為 iOS 和 Android 平台構建專業級的移動應用和遊戲
書籍描述 本書將為您提供開發真實世界 Xamarin 和 Xamarin.Forms 應用所需的知識和實用技能。您將學習如何創建與設備相機和照片庫互動的原生 Android 應用,然後創建一個原生 iOS 滑動拼圖遊戲。您將學習如何實現複雜的 UI 佈局,並根據平台創建可自定義的控制元素,使用 XAML 和 C# 7 代碼與您的 XAML ContentPages 中的控制元素互動。
您將學習如何通過創建 LocationService 類並使用 Xam.Plugin.Geolocator 跨平台庫來為您的應用添加基於位置的功能,該庫將用於獲取當前設備位置。接下來,您將學習如何在 UI 中使用 PlatformEffects API 實現動畫和視覺效果,使用 C# 代碼。
在本書的最後,您將學習如何集成 Microsoft Azure App Services 並在您的應用中使用 Twitter API。您將使用 Razor 模板引擎構建一個書籍庫 HTML5 解決方案,該解決方案將使用 SQLite.net 庫來存儲、更新、檢索和刪除本地 SQLite 數據庫中的信息。最後,您將學習如何使用 NUnit 和 UITest 框架編寫單元測試。
您將學習的內容

  • 下載和安裝 Visual Studio for Mac IDE
  • Xamarin 移動平台的概述和理解
  • 理解 MVVM 架構模式及如何在您的應用中實現它
  • 構建 NavigationService 類以啟用 ViewModels 之間的導航
  • 實現數據綁定以控制 XAML 頁面和 ViewModels 中的元素
  • 在您的應用中創建和實現 Xamarin.Forms 動畫
  • 使用 Microsoft Azure App Services 平台和 Twitter API

本書適合對象 本書適合具有至少 C# 6.0 編程語言經驗的讀者,並有興趣學習如何使用 C# 7 和 Xamarin 及 Xamarin.Forms 框架為 iOS 和 Android 平台創建令人驚豔的原生和跨平台用戶界面。
目錄

  1. 設置 Visual Studio for Mac
  2. 使用 Xamarin.Android 和 C# 構建照片庫應用
  3. 使用 Xamarin.iOS 和 C# 構建圖片滑動遊戲
  4. 創建 TrackMyWalks 原生應用
  5. MVVM 和數據綁定
  6. 在 MVVM 模型中導航 - Xamarin.Forms 的方式
  7. 在您的應用中添加基於位置的功能
  8. 自定義用戶界面
  9. 在 Xamarin.Forms 中處理動畫
  10. 使用 Razor 模板引擎
  11. 使用 Microsoft Azure App Services 整合 API 數據訪問
  12. 使我們的應用社交 - 使用 Twitter API
  13. 使用 NUnit 和 UITest 框架對您的 Xamarin.Forms 應用進行單元測試