- Mastering Android Application Development
- Antonio Pachón Ruiz
- 153字
- 2021-07-09 21:19:49
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 and dummy URLs are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
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: "Clicking the Next button moves you to the next screen."
推薦閱讀
- ExtGWT Rich Internet Application Cookbook
- Learning Selenium Testing Tools with Python
- Python爬蟲開發:從入門到實戰(微課版)
- JMeter 性能測試實戰(第2版)
- Mastering Articulate Storyline
- Learning Informatica PowerCenter 10.x(Second Edition)
- JavaScript前端開發與實例教程(微課視頻版)
- Python程序設計案例教程
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- QGIS By Example
- Getting Started with Gulp
- 深入理解Android:Wi-Fi、NFC和GPS卷
- Java Web應用開發給力起飛
- Learn Linux Quickly