- Learn Kotlin Programming(Second Edition)
- Stephen Samuel Stefan Bocutiu
- 163字
- 2021-06-24 14:13:22
Section 1: Fundamental Concepts in Kotlin
In the first section of the book, you will be introduced to Kotlin. You will learn how to set up your system to write your first Kotlin program and run it. This will include configuring a build system, such as Gradle or Maven, to handle dependencies used by your programs. Then, the core concepts of Kotlin, such as basic syntax for variables and values, expressions, and loops, will be explained, giving you the basic building blocks required to write a non-trivial program. In addition, the types available in Kotlin, and how nulls interact with them, will also be covered. Finally, you will see how the basic constructs of Kotlin can be combined to form objects, and how these objects can interact in what is known as object-oriented programming.
The following chapters will be covered in this section:
- JavaScript Unlocked
- PHP網絡編程學習筆記
- Mastering Google App Engine
- Mastering Linux Network Administration
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- 精通MySQL 8(視頻教學版)
- Kubernetes進階實戰
- C編程技巧:117個問題解決方案示例
- C語言程序設計
- Shopify Application Development
- Learning ROS for Robotics Programming
- 編寫高質量代碼之Java(套裝共2冊)
- Python Business Intelligence Cookbook
- PyTorch生成對抗網絡編程
- The Python Apprentice