- Xamarin 4 By Example
- Matteo Bortolu Engin Polat
- 193字
- 2021-07-14 10:19:40
Preface
Microsoft released .NET Framework in February 2002 for Windows platform. The Mono Project was released in June 2004, and it brought .NET to Linux and Mac OS. In 2 years, the Mono Project creators saw a potential in C# and .NET, but they progressed slowly and in 2011, the Mono Project version 1.1 was released.
The Mono Project evolved in time and transformed into a huge cross-platform framework, changing its name to Xamarin.
In February 2016, Microsoft announced that it had acquired Xamarin, and later it was made free and open source.
At the time of writing, Microsoft is the biggest company investing in cross-platform development and helping developers to build applications easily.
Xamarin has several components that develop, build, and package projects in order to publish them on stores. A few such examples are Xamarin.Android, Xamarin.iOS, and Xamarin.Forms. Xamarin.Android and Xamarin.iOS solutions are targeting individual platforms such as Android and iOS. On the other hand, Xamarin.Forms targets all platforms in one solution.
In this book, you'll learn how to use Xamarin.Forms to develop cross-platform applications with different page types, layouts, views, and design patterns by using them.
- Unity 2020 By Example
- 大話PLC(輕松動漫版)
- Node.js+Webpack開發實戰
- Learning ArcGIS Pro 2
- 數據結構(C語言)
- Mastering Ext JS
- 小學生C++創意編程(視頻教學版)
- CoffeeScript Application Development Cookbook
- 小程序,巧應用:微信小程序開發實戰(第2版)
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- Python大學實用教程
- .NET Standard 2.0 Cookbook
- Python計算機視覺和自然語言處理
- 數據分析與挖掘算法:Python實戰
- Node.js實戰:分布式系統中的后端服務開發