- 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!
- 電腦組裝與系統安裝
- 從零開始寫Linux內核:一書學透核心原理與實現
- Linux從零開始學(視頻教學版)
- 新手易學:系統安裝與重裝
- Linux操作系統應用編程
- Learning Bootstrap
- Learning BeagleBone
- 統信UOS應用開發進階教程
- Linux內核API完全參考手冊(第2版)
- 電腦辦公(Windows 10 + Office 2016)入門與提高(超值版)
- CSS揭秘
- OpenHarmony開發與實踐:基于紅莓RK2206開發板
- Android NDK Beginner's Guide
- Getting Started with UDK
- 電腦辦公(Windows 7 + Office 2013)入門與提高