- Mastering Xamarin.Forms(Second Edition)
- Ed Snider
- 244字
- 2021-08-27 19:58:42
Preface
Xamarin released the Xamarin.Forms toolkit in the summer of 2014, and it has since become a very popular framework for .NET mobile app developers. On the surface, Xamarin.Forms is a user interface toolkit focused on abstracting the platform-specific UI APIs of iOS, Android, and Windows into a single easy-to-use set of APIs. In addition, Xamarin.Forms also provides the common components of a Model-View-ViewModel (MVVM) framework, making it extremely easy and intuitive to bind data to a user interface.
Xamarin.Forms comes with several building blocks that are paramount to a solid mobile app architecture, such as dependency injection, data binding, messaging, and navigation. However, many apps will quickly outgrow these in the box capabilities and require the use of more advanced and sophisticated replacements. This book will show you how to leverage the strengths of the Xamarin.Forms toolkit while complementing it with popular patterns and libraries to achieve a more robust and sustainable app architecture.
As with any framework or toolkit, there are specific scenarios where Xamarin.Forms might make more sense than others. Xamarin has done a great job of providing guidance and recommendations on when the use of Xamarin.Forms is appropriate versus when it might be a better decision to use the core Xamarin platform. Once you have made the decision to use Xamarin.Forms, this book will help guide you through using patterns and best practices with your Xamarin.Forms mobile app by walking you through an end-to-end example.
- JavaScript前端開發模塊化教程
- Reporting with Visual Studio and Crystal Reports
- GeoServer Cookbook
- Oracle 11g從入門到精通(第2版) (軟件開發視頻大講堂)
- Mastering SVG
- Java面向對象程序開發及實戰
- Monitoring Elasticsearch
- 嚴密系統設計:方法、趨勢與挑戰
- Flutter跨平臺開發入門與實戰
- 編程菜鳥學Python數據分析
- AIRIOT物聯網平臺開發框架應用與實戰
- 新一代SDN:VMware NSX 網絡原理與實踐
- Android開發三劍客:UML、模式與測試
- 零基礎學Scratch 3.0編程
- OpenCV with Python Blueprints