Beginning Kotlin Build Applications with Better Code, Productivity, and Performance

This book introduces the Kotlin programming skills and techniques necessary for building applications. You'll learn how to migrate your Java programming skills to Kotlin, a Java Virtual Machine (JVM) programming language. The book starts with a quick tour of the Kotlin language and gradually wa...

Full description

Bibliographic Details
Main Author: Hagos, Ted
Format: eBook
Language:English
Published: Berkeley, CA Apress 2023, 2023
Edition:1st ed. 2023
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
Table of Contents:
  • Chapter 1 – Introduction to Kotlin
  • Chapter 2 – Quick Tour of the Kotlin Language
  • Chapter 3 – Functions
  • Chapter 4 – Types
  • Chapter 5 – Higher Order Functions
  • Chapter 6 – Working with Collections
  • Chapter 7- Working with Generics
  • Chapter 8 – Debugging
  • Chapter 9 - Unit Testing
  • Chapter 10 - Idiomatic Kotlin
  • Chapter 11 - Creating a Spring Boot project