- PhoneGap and AngularJS for Cross:platform Development
- Yuxian Eugene Liang
- 183字
- 2021-08-05 17:24:38
Conventions
In this book, you will find a number of styles of text 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: "Feel free to copy the code and save it as concepts.html
."
A block of code is set as follows:
project/ css/ js/ controllers/ todo.js services/ todo.js app.js partials/ detail.html list.html index.html
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<li ng-repeat="todo in todos">
<input type="checkbox" ng-model="todo.done">
<span class="done-{{todo.done}}">{{todo.text}}</span>
<button ng-click="showDetail(todo.text)">Detail</button>
</li>
Any command-line input or output is written as follows:
cordova emulate android
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Click on Edit/Details for the Android item and start editing."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Google Flutter Mobile Development Quick Start Guide
- Getting Started with ResearchKit
- Animate CC二維動畫設計與制作(微課版)
- PhoneGap Mobile Application Development Cookbook
- ADI DSP應用技術集錦
- Java程序設計入門
- 區(qū)塊鏈技術與應用
- Cocos2d-x Game Development Blueprints
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- Java EE架構設計與開發(fā)實踐
- WCF全面解析
- Mobile Test Automation with Appium
- C語言程序設計實驗指導教程
- Go語言編程之旅:一起用Go做項目
- 軟件自動化測試實戰(zhàn)解析:基于Python3編程語言