- 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."
- SPSS數據挖掘與案例分析應用實踐
- Testing with JUnit
- Maven Build Customization
- 微服務與事件驅動架構
- Learning Laravel 4 Application Development
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- Python機器學習編程與實戰
- C#程序設計基礎:教程、實驗、習題
- C#程序設計
- Python算法從菜鳥到達人
- Android程序設計基礎
- Getting Started with Hazelcast(Second Edition)
- 學習OpenCV 4:基于Python的算法實戰
- PHP編程基礎與實例教程
- Service Mesh實戰:基于Linkerd和Kubernetes的微服務實踐