- 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.
- Instant Node Package Manager
- JavaScript+DHTML語法與范例詳解詞典
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- Vue.js 3.x從入門到精通(視頻教學版)
- Rust編程從入門到實戰
- 數據結構簡明教程(第2版)微課版
- Rust Cookbook
- 基于差分進化的優化方法及應用
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- SAS數據統計分析與編程實踐
- Learning Network Forensics
- C程序設計實踐教程
- PHP+MySQL+Dreamweaver動態網站開發從入門到精通(第3版)
- Test-Driven Machine Learning