Kotlin Quick Start Guide: Core features to get you ready for developing applications

Marko Devcic

  • 出版商: Packt Publishing
  • 出版日期: 2018-08-31
  • 售價: $1,350
  • 貴賓價: 9.5$1,283
  • 語言: 英文
  • 頁數: 178
  • 裝訂: Paperback
  • ISBN: 1789344182
  • ISBN-13: 9781789344189
  • 相關分類: JVM 語言
  • 下單後立即進貨 (約3~4週)

商品描述

Get started with Kotlin programming for building real world applications

Key Features

  • Start programming with Kotlin
  • Explore Kotlin language syntax, standard libraries and Java Interoperability
  • Builds an example application with what you learn

Book Description

Kotlin is a general purpose, object-oriented language that primarily targets the JVM and Android. Intended as a better alternative to Java, its main goals are high interoperability with Java and increased developer productivity. Kotlin is still a new language and this book will help you to learn the core Kotlin features and get you ready for developing applications with Kotlin.

This book covers Kotlin features in detail and explains them with practical code examples.You will learn how to set up the environment and take your frst steps with Kotlin and its syntax. We will cover the basics of the language, including functions, variables, and basic data types. With the basics covered, the next chapters show how functions are first-class citizens in Kotlin and deal with the object-oriented side of Kotlin.

You will move on to more advanced features of Kotlin. You will explore Kotlin's Standard Library and learn how to work with the Collections API. The book finishes by putting Kotlin in to practice, showing how to build a desktop app.

By the end of this book, you will be confident enough to use Kotlin for your next project.

What you will learn

  • Programming in Kotlin language syntax, basic types, control ?ow, classes, and OOP
  • Writing functions and functional programming in Kotlin
  • Defning and importing from packages in Kotlin
  • Running Kotlin on JVMs and Android runtimes
  • Working with the Kotlin Standard Library and advanced features of Kotlin programming
  • Setting up a Kotlin development environment with JetBrains tools
  • Building real-world applications with Kotlin

Who this book is for

This book is intended for anybody who wants to learn the most important Kotlin features. No experience of Kotlin is expected.

Table of Contents

  1. Introducing Kotlin
  2. Kotlin Basics
  3. Classes and Object-Oriented Programming
  4. Functions and Lambdas
  5. Advanced Kotlin
  6. Kotlin Standard Library
  7. Coding the Dictionary App with Kotlin