- 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.
- DB2 V9權威指南
- Java程序設計實戰教程
- 大學計算機基礎實驗教程
- Production Ready OpenStack:Recipes for Successful Environments
- Learning Python Design Patterns(Second Edition)
- bbPress Complete
- Learning VMware vSphere
- Moodle 3 Administration(Third Edition)
- 愛上C語言:C KISS
- Scrapy網絡爬蟲實戰
- Java Web入門很輕松(微課超值版)
- Unreal Engine Game Development Cookbook
- Learning Swift
- Flink原理深入與編程實戰:Scala+Java(微課視頻版)
- Unreal Engine 4 Game Development Essentials