- Learning Android Game Development
- Nikhil Malankar
- 131字
- 2021-07-09 20:41:16
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: "For instance, you can think of www.google.com as a website's domain name." A block of code is set as follows:
<TextView
android:text="Hello World!"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/TextView"
tools:text="helloWorld"
android:textAppearance="@style/TextAppearance.AppCompat.Headline" />
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: "Click on Text, as shown in the following screenshot:"
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
推薦閱讀
- 觸摸屏實用技術與工程應用
- 計算機組裝與系統配置
- 現代辦公設備使用與維護
- Manage Partitions with GParted How-to
- 數字邏輯(第3版)
- 筆記本電腦應用技巧
- 單片機開發與典型工程項目實例詳解
- Neural Network Programming with Java(Second Edition)
- RISC-V處理器與片上系統設計:基于FPGA與云平臺的實驗教程
- 單片機技術及應用
- 數字媒體專業英語(第2版)
- Hands-On Motion Graphics with Adobe After Effects CC
- 3D Printing Blueprints
- Drupal Rules How-to
- 計算機組裝、維護與維修項目教程