- 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.
推薦閱讀
- FPGA從入門到精通(實戰篇)
- Intel FPGA/CPLD設計(高級篇)
- 嵌入式系統設計教程
- 硬件產品經理手冊:手把手構建智能硬件產品
- scikit-learn:Machine Learning Simplified
- VCD、DVD原理與維修
- Rapid BeagleBoard Prototyping with MATLAB and Simulink
- Spring Cloud微服務架構實戰
- 電腦高級維修及故障排除實戰
- Building 3D Models with modo 701
- 單片機項目設計教程
- 計算機組成技術教程
- 筆記本電腦現場維修實錄
- The Machine Learning Workshop
- Applied Deep Learning with Keras