Cargando…

Head first Kotlin : a brain-friendly guide /

"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 everything from language fundam...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Griffiths, Dawn (Autor), Griffiths, David, 1969- (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly, [2019]
Colección:Head first series.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Intro
  • 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 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).