Head first Kotlin a brain-friendly guide

What will you learn from this book? Head First Kotlin is a complete introduction to coding in Kotlin. This hands-on book helps you learn the Kotlin language with a unique method that goes beyond syntax and how-to manuals and teaches you how to think like a great Kotlin developer. You’ll learn everyt...

Descripción completa

Detalles Bibliográficos
Otros Autores: Griffiths, Dawn, author (author), Griffiths, David, 1969- author
Formato: Libro electrónico
Idioma:Inglés
Publicado: Beijing : O'Reilly 2019.
Edición:First edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630536006719
Tabla de Contenidos:
  • Getting started: a quick dip
  • Basic types and variables: being a variable
  • Functions: getting out of main
  • Classes and objects: a bit of class
  • Subclasses and superclasses: using your inheritance
  • Abstract classes and interfaces: serious polymorphism
  • Data classes: dealing with data
  • Nulls and exceptions: safe and sound
  • Collections: get organized
  • Generics: know your ins from your outs
  • Lambdas and higher-order functions: treating code like data
  • Built-in higher-order functions: power up your code
  • Coroutines: running code in parallel
  • Testing: hold your code to account
  • Leftovers: the top ten things (we didn't cover).