- Xamarin Blueprints
- Michael Williams
- 154字
- 2021-07-08 11:48:17
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Yes, it is our AppDelegate
file; notice the .cs
on the end."
A block of code is set as follows:
private void handleAssetsLoaded (object sender, EventArgs e) { _source.UpdateGalleryItems (_imageHandler.CreateGalleryItems()); _tableView.ReloadData (); }
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "To do so, we simply select File | New | Solution and select an iOS Single View App."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Visual C++程序設計教程
- 解構產品經理:互聯網產品策劃入門寶典
- Building a RESTful Web Service with Spring
- 數據結構(Python語言描述)(第2版)
- 21天學通C++(第6版)
- Android底層接口與驅動開發技術詳解
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- 代碼閱讀
- Arduino Wearable Projects
- Learning Unreal Engine Game Development
- 零基礎學SQL(升級版)
- 新手學ASP.NET 3.5網絡開發
- Implementing Splunk(Second Edition)
- VC++ 2008專題應用程序開發實例精講
- TensorFlow.NET實戰