- 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."
推薦閱讀
- Spring Boot開發與測試實戰
- Mastering Zabbix(Second Edition)
- Learning Data Mining with Python
- Java應用開發與實踐
- Visual C++實例精通
- OpenCV for Secret Agents
- 零基礎學Java(第4版)
- Python算法指南:程序員經典算法分析與實現
- Spring核心技術和案例實戰
- 常用工具軟件立體化教程(微課版)
- Mastering Web Application Development with AngularJS
- Simulation for Data Science with R
- 從零開始:C語言快速入門教程
- Building UIs with Wijmo
- JavaWeb入門經典