- Android Development with Kotlin
- Marcin Moskala Igor Wojda
- 200字
- 2021-07-02 18:48:29
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: "Let's look at the range data type, which allows us to define end-inclusive ranges."
A block of code is set as follows:
val capitol = "England" to "London"
println(capitol.first) // Prints: England
println(capitol.second) // Prints: London
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
ext.kotlin_version = '1.1.3'
repositories {
maven { url 'https://maven.google.com' }
jcenter()
}
Any command-line input or output is written as follows:
sdk install kotlin
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: "Set name, package, and location for the new project. Remember to tick the Include Kotlin support option."
- Learning PostgreSQL
- Mastering Ember.js
- 編寫整潔的Python代碼(第2版)
- DevOps Automation Cookbook
- ADI DSP應用技術集錦
- 網絡爬蟲原理與實踐:基于C#語言
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- Julia for Data Science
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- SQL Server 入門很輕松(微課超值版)
- 零基礎學HTML+CSS
- Node.js區塊鏈開發
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- Python Machine Learning Cookbook
- C語言程序設計