- Kotlin Programming By Example
- Iyanu Adelekan
- 186字
- 2021-08-27 20:00:02
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "In Java, an HttpsURLConnection can be used for secure data transfer over a network."
A block of code is set as follows:
release {
storeFile file("../my-release-key.jks")
storePassword "password"
keyAlias "my-alias"
keyPassword "password"
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
release {
storeFile file("../my-release-key.jks")
storePassword "password"
keyAlias "my-alias"
keyPassword "password"
}
Any command-line input or output is written as follows:
./gradlew assembleRelease
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Enter the rest of your account details as required and click COMPLETE REGISTRATION to finish the account registration process."
- Vue 3移動Web開發(fā)與性能調優(yōu)實戰(zhàn)
- Docker and Kubernetes for Java Developers
- Python數據分析入門與實戰(zhàn)
- Vue.js前端開發(fā)基礎與項目實戰(zhàn)
- Banana Pi Cookbook
- 機械工程師Python編程:入門、實戰(zhàn)與進階
- Unity 5.x By Example
- 零基礎入門學習Python
- 小學生C++創(chuàng)意編程(視頻教學版)
- ElasticSearch Cookbook(Second Edition)
- Extreme C
- 快速入門與進階:Creo 4·0全實例精講
- 區(qū)塊鏈項目開發(fā)指南
- Robot Framework Test Automation
- C++17 By Example