- Android 6 Essentials
- Yossi Elkrief
- 153字
- 2021-07-30 10:06:51
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: "The setTorchMode()
method has been added to control the flash torch mode."
A block of code is set as follows:
<?xml version="1.0" encoding="utf-8"?> <full-backup-content> <exclude domain="database" path="sensitive_database_name.db"/> <exclude domain="sharedpref" path="androidapp_shared_prefs_name"/> <exclude domain="file" path="some_file.file_Extension"/> <exclude domain="file" path="some_file.file_Extension"/> </full-backup-content>
Any command-line input or output is written as follows:
$ adb shell sm set-force-adoptable true
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: "When heading to Settings | More | VPN, you can now view the VPN apps."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Node.js Design Patterns
- Oracle Database In-Memory(架構與實踐)
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- Hands-On C++ Game Animation Programming
- Amazon S3 Cookbook
- 概率成形編碼調制技術理論及應用
- 實戰Java高并發程序設計(第3版)
- Procedural Content Generation for C++ Game Development
- Java程序設計案例教程
- JavaScript機器人編程指南
- Mastering Adobe Captivate 7
- IPython Interactive Computing and Visualization Cookbook
- Python預測之美:數據分析與算法實戰(雙色)
- 3D Printing Designs:The Sun Puzzle
- Java程序設計入門(第2版)