Loading…

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...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Authors: Griffiths, Dawn (Author), Griffiths, David, 1969- (Author)
Format: Electronic eBook
Language:Inglés
Published: Sebastopol, CA : O'Reilly, [2019]
Series:Head first series.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • 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).