- The Android Game Developer's Handbook
- Avisekhar Roy
- 147字
- 2021-07-14 10:28:53
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: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
<application <!-- other declarations and tags --> android:isGame="true" <!-- other declarations and tags --> >
Any command-line input or output is written as follows:
cd platform-tools
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: "In the Configure Project window, enter a name for the application."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- Data Visualization with D3 4.x Cookbook(Second Edition)
- 精通Nginx(第2版)
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- 青少年美育趣味課堂:XMind思維導圖制作
- 單片機應用技術
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- Learning Selenium Testing Tools(Third Edition)
- 劍指MySQL:架構、調優與運維
- Apache Mahout Clustering Designs
- 深入RabbitMQ
- 學習正則表達式
- TypeScript 2.x By Example
- WebStorm Essentials
- Python全棧開發:基礎入門