- 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.
推薦閱讀
- Deep Learning with PyTorch
- 現代辦公設備使用與維護
- 3ds Max Speed Modeling for 3D Artists
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- scikit-learn:Machine Learning Simplified
- Building 3D Models with modo 701
- 單片機開發與典型工程項目實例詳解
- Wireframing Essentials
- WebGL Hotshot
- FL Studio Cookbook
- 可編程邏輯器件項目開發設計
- The Reinforcement Learning Workshop
- 筆記本電腦的結構、原理與維修
- 計算機組裝與維護立體化教程(微課版)
- ActionScript Graphing Cookbook