- 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.
- Python 3.7網絡爬蟲快速入門
- Kibana Essentials
- Swift細致入門與最佳實踐
- 大學計算機基礎實驗指導
- 小程序,巧應用:微信小程序開發實戰(第2版)
- Building Serverless Architectures
- 動手打造深度學習框架
- Backbone.js Testing
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- SwiftUI極簡開發
- Machine Learning for OpenCV
- Python預測之美:數據分析與算法實戰(雙色)
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT
- Java EE應用開發及實訓
- Perl 6 Deep Dive