- 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:
- Fundamentals of Linux
- Mastering Selenium WebDriver
- Mastering QGIS
- NativeScript for Angular Mobile Development
- JavaScript前端開發與實例教程(微課視頻版)
- 你必須知道的204個Visual C++開發問題
- Internet of Things with Intel Galileo
- C#程序設計基礎:教程、實驗、習題
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Visual Studio 2015高級編程(第6版)
- Spring Security Essentials
- Xamarin Blueprints
- OpenCV with Python Blueprints
- Flask Web開發:基于Python的Web應用開發實戰(第2版)
- 大規模語言模型開發基礎與實踐