- 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."
- Building a Game with Unity and Blender
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Production Ready OpenStack:Recipes for Successful Environments
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- Windows內(nèi)核編程
- “笨辦法”學C語言
- Programming with CodeIgniterMVC
- Go語言編程
- 軟件測試綜合技術
- Simulation for Data Science with R
- Arduino機器人系統(tǒng)設計及開發(fā)
- 快樂編程:青少年思維訓練
- 虛擬現(xiàn)實建模與編程(SketchUp+OSG開發(fā)技術)
- SQL Server 2008實用教程(第3版)
- Python計算機視覺與深度學習實戰(zhàn)