Kotlin in action
Summary Kotlin in Action guides experienced Java developers from the language basics of Kotlin all the way through building applications to run on the JVM and Android devices. About the Technology Developers want to get work done—and the less hassle, the better. Coding with Kotlin means less hassle....
Otros Autores: | , , |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Shelter Island, New York :
Manning
[2017]
|
Edición: | 1st edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630127406719 |
Tabla de Contenidos:
- PART 1 INTRODUCING KOTLIN
- Kotlin: What and why
- Kotlin basics
- Defining and calling functions
- Classes, objects and interfaces
- Programming with Lambdas
- The Kotlin type system PART 2 EMBRACING KOTLIN
- Operator overloading and other conventions
- Higher-order functions: Lambdas as parameters and return values
- Generics
- Annotations and reflections
- DSL construction