- PhoneGap 4 Mobile Application Development Cookbook
- Zainul Setyo Pamungkas
- 193字
- 2021-07-09 21:26:44
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: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
"installed_plugins": { "org.apache.cordova.network-information": { "PACKAGE_NAME": "com.myapp.hello" }, "org.apache.cordova.battery-status": { "PACKAGE_NAME": "com.myapp.hello" } }, "dependent_plugins": {}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="rgb.js"></script>
<script type="text/javascript">
Any command-line input or output is written as follows:
sudo npm install -g phonegap
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: "If the user selects Yes, they can continue to press the button and see the notification window."
- 樂學Web編程:網站制作不神秘
- 假如C語言是我發(fā)明的:講給孩子聽的大師編程課
- Python數據可視化之Matplotlib與Pyecharts實戰(zhàn)
- C語言程序設計案例精粹
- 深入淺出PostgreSQL
- 用戶體驗增長:數字化·智能化·綠色化
- Java程序設計
- Kotlin編程實戰(zhàn):創(chuàng)建優(yōu)雅、富于表現力和高性能的JVM與Android應用程序
- Java Web開發(fā)詳解
- Microsoft Azure Storage Essentials
- Learning AngularJS for .NET Developers
- 微信小程序開發(fā)與實戰(zhàn)(微課版)
- App Inventor少兒趣味編程動手做
- 一步一步學Spring Boot:微服務項目實戰(zhàn)(第2版)
- 趣學數據結構