Cantitate/Preț
Produs

Kotlin Programming: Big Nerd Ranch Guides

Autor David Greenhalgh, Josh Skeen, Andrew Bailey
en Limba Engleză Paperback – noi 2021
Kotlin is a statically typed programming language designed to interoperate with Java and fully supported by Google on the Android operating system. It is also a multiplatform language that can be used to write code that can be shared across platforms including macOS, iOS, Windows, and JavaScript.
Based on Big Nerd Ranch's popular Kotlin Essentials course, this guide shows you how to work effectively with Kotlin through hands-on examples and clear explanations of key Kotlin concepts and foundational APIs. Written for Kotlin 1.5, this book will also introduce you to JetBrains' IntelliJ IDEA development environment. Whether you are an experienced developer or are learning your first programming language - and whether you are interested in Kotlin for Android, server-side, or multiplatform projects - the authors will guide you from first principles to advanced Kotlin usage. By the end of this book, you will be empowered to create reliable, concise applications in Kotlin.
Citește tot Restrânge

Din seria Big Nerd Ranch Guides

Preț: 27676 lei

Preț vechi: 34594 lei
-20% Nou

Puncte Express: 415

Preț estimativ în valută:
5297 5488$ 4420£

Carte disponibilă

Livrare economică 28 februarie-14 martie
Livrare express 13-19 februarie pentru 5720 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780136891055
ISBN-10: 0136891055
Pagini: 480
Dimensiuni: 181 x 254 x 34 mm
Greutate: 1.15 kg
Ediția:2nd edition
Editura: Pearson Education
Seria Big Nerd Ranch Guides


Cuprins

  • Introducing Kotlin
  • Your First Kotlin Application
  • Variables, Constants, and Types
  • Conditionals
  • Functions
  • Numbers
  • Strings
  • Null Safety and Exceptions
  • Lambda Expressions and the Function Type
  • Lists and Sets
  • Maps
  • Functional Programming Basics
  • Scope Functions
  • Classes
  • Initialization
  • Inheritance
  • Objects, Data Classes, and Enums
  • Interfaces and Abstract Classes
  • Generics
  • Extensions
  • Coroutines
  • Flows
  • Channels
  • Java Interoperability
  • Introduction to Kotlin Multiplatform
  • Kotlin/Native
  • Kotlin/JS
  • Afterword
  • Glossary

Descriere

In this book students will learn to work effectively with the Kotlin language through carefully considered examples designed to teach them elegant style and features of Kotlin. Starting from first principles, they will work their way to advanced usage of Kotlin, empowering them to create programs that are more reliable with less code.