- Learning Xamarin Studio
- William Smith
- 392字
- 2021-09-03 10:01:20
Preface
There are a number of options available for the developer who wants to create cross-platform mobile applications. The most obvious solution is to go native and develop on the platform directly, and this approach has some very significant advantages. For one, nothing is going to run as fast and efficiently as a native app. Also, your applications will have full access to everything the OS and hardware have to offer. However, cross-platform native development presents a serious complication—multiple platforms mean multiple applications written in multiple languages, possibly even by multiple development teams.
This was painfully true a few years ago, but not any longer. Now we have Xamarin Studio that allows us to use one technology to create native applications for multiple platforms. All of our work can be built using .NET, so there's no need to learn Objective-C or Java, or have multiple applications and development teams.
As is the case with any new tool or technology, installing and integrating Xamarin Studio into your workflow takes time. The purpose of this book is to remove the guesswork from that process by walking through the most complex and confusing portions. We'll begin with a detailed walkthrough of installing and configuring Xamarin Studio. This walkthrough will include integrating third-party software and tools, setting up your developer accounts, setting up simulators and emulators, and preparing your physical devices for testing. Next, we'll take a detailed look at the IDE itself including basic functionality, environment variables, and user preferences. Finally, we'll look at how to use Xamarin Studio to deploy your applications. This will include a review of the various testing tools available in Xamarin Studio, and a walkthrough of the actual deployment process to several application marketplaces.
So, for the moment, please ignore the fanatics who insist that C, memory pointers, and manual memory management are the tools that define a "real" programmer. Your average users (paying customers) don't care what language or technology you built the app on; they care about more practical things. Does the app have a clean UI with a user friendly workflow? Is the app consistent and reliable? Is the app fast? Does the app meet my needs at a fair price? Apps built with Xamarin Studio can answer yes to all of these questions just as readily as an app built using a native language.
- Python從小白到大牛
- R語言游戲數據分析與挖掘
- Access 2010數據庫基礎與應用項目式教程(第3版)
- 小程序,巧運營:微信小程序運營招式大全
- OpenCV 4計算機視覺項目實戰(原書第2版)
- TMS320LF240x芯片原理、設計及應用
- Oracle數據庫編程經典300例
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- Unity Android Game Development by Example Beginner's Guide
- Learning D
- 例解Python:Python編程快速入門踐行指南
- Visual Basic語言程序設計上機指導與練習(第3版)
- C/C++代碼調試的藝術
- Java Script從入門到精通(第5版)
- INSTANT Lift Web Applications How-to