- Xamarin.Forms Projects
- Daniel Hindrikes Johan Karlsson David Ortinau
- 321字
- 2021-06-18 18:35:23
Summary
You should now feel a bit more comfortable about what Xamarin is and how Xamarin.Forms relates to Xamarin itself.
In this chapter, we established a definition of what a native app is and saw how it has a native UI, native performance, and native API access. We talked about how Xamarin is based on Mono, which is an open source implementation of the .NET framework, and discussed how, at its core, Xamarin is a set of bindings to platform-specific APIs. We then looked at how Xamarin.iOS and Xamarin.Android work under the hood.
After that, we began to touch on the core topic of this book, which is Xamarin.Forms. We started off with an overview of how platform-agnostic controls are rendered to platform-specific controls and how to use XAML to define a hierarchy of controls to assemble a page. We then spent some time looking at the difference between a Xamarin.Forms app and a traditional Xamarin app.
A traditional Xamarin app uses platform-specific APIs directly, without any abstraction, other than what .NET adds as a platform. Xamarin.Forms is an API that is built on top of the traditional Xamarin APIs and allows us to define platform-agnostic GUIs in XAML or in code that is rendered to platform-specific controls. There's more to Xamarin.Forms than this, but this is what it does at its core.
In the last part of this chapter, we discussed how to set up a development machine on Windows or macOS.
Now, it's time to put our newly acquired knowledge to use! We will start off by creating a to-do app from the ground up in the next chapter. We will look at concepts such as Model–View–ViewModel (MVVM) for a clean separation between business logic and the UI, and SQLite.NET to persist data to a local database on our device. We will do this for three platforms at the same time—so, read on!
- Kubernetes修煉手冊
- Linux運維實戰(zhàn):CentOS7.6操作系統(tǒng)從入門到精通
- Linux網(wǎng)絡操作系統(tǒng)與實訓(第三版)
- 新手學電腦從入門到精通(Windows 10+Office 2016版)
- Linux就該這么學
- Linux系統(tǒng)安全基礎:二進制代碼安全性分析基礎與實踐
- 嵌入式系統(tǒng)及其應用(第三版)
- Windows 7應用入門與技巧
- Learning BeagleBone
- 嵌入式微系統(tǒng)
- 完美應用Ubuntu(第2版)
- Mastering Azure Serverless Computing
- Azure Serverless Computing Cookbook
- PrimeFaces Beginner's Guide
- 深入理解Android:卷III