- Learn Kotlin Programming(Second Edition)
- Stephen Samuel Stefan Bocutiu
- 198字
- 2021-06-24 14:13:35
Section 2: Practical Concepts in Kotlin
In this second section of the book, you will dive deeper into the Kotlin language and standard library. More specifically, functions and functional programming as an alternative to object-oriented programming will be described. Next, more advanced Kotlin-specific features, such as properties and null safety, will be covered, with information on how these features relate back to Java. The advanced type system available in Kotlin will be discussed, with extensive examples on how safer code can be achieved when such a type system is available to the compiler. Next, one of the most fundamental parts of any system, data classes and collections, will be covered, focusing on how and where these improve on what is available in Java. Finally, all the topics will come together as you learn how to build your real-world application using the Lagom microservice framework.
The following chapters will be covered in this section:
- Chapter 4, Functions in Kotlin
- Chapter 5, Higher-Order Functions and Functional Programming
- Chapter 6, Properties
- Chapter 7, Null Safety, Reflection, and Annotations
- Chapter 8, Generics
- Chapter 9, Data Classes
- Chapter 10, Collections
- Chapter 11, Testing in Kotlin
- Chapter 12, Microservices with Kotlin
- UI圖標創意設計
- JavaScript從入門到精通(微視頻精編版)
- 工程軟件開發技術基礎
- Visual Basic 6.0程序設計計算機組裝與維修
- JMeter 性能測試實戰(第2版)
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Learning Firefox OS Application Development
- Python 3破冰人工智能:從入門到實戰
- PHP+MySQL網站開發項目式教程
- The Complete Coding Interview Guide in Java
- Getting Started with NativeScript
- Learning Hunk
- Getting Started with Gulp
- Visual Studio Code 權威指南
- Mastering SciPy