Kotlin is attracting attention as "a better Java" especially since Google backed it as a language for Android development. In this book, some chapters of which you can read on this site, Mike James introduces Kotlin to programmers. You don't have to be an expert programmer in Java or any other language, but you need to know the basics of programming and using objects.
While Kotlin is similar to Java and you can pick up much of the language as you go along, a deeper understanding will enable you to create better and more robust programs. As with all languages there are some subtle areas where an understanding of how things work makes all the difference.
Author: Mike James Publisher: I/O Press Date: September 2017 Pages: 194 ISBN: 978-1871962536 Print: 1871962536 Audience: Java programmers, Android developers and programmers wanting to discover why Kotlin is a better Java Level: Intermediate

- What makes Kotlin Special
- The Basics: Variables, Primitive Types and Functions
- Control
- Strings and Arrays
- The Class & The Object
- Inheritance
- The Type Hierarchy
- Generics
- Collections, Iterators, Sequences & Ranges
- Advanced functions
- Anonymous, Lamdas & Inline Functions
- Data classes, enums and destructuring
- Exceptions, Annotations & Reflection
- Working with Java
Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.
To have new titles included in Book Watch contact BookWatch@i-programmer.info
Balancing Coupling in Software Design
Author: Vlad Khononov Publisher: Addison-Wesley Date: October 2024 Pages: 320 ISBN: 978-0137353484 Print: 0137353480 Kindle: B09RV3Z3TP Audience: General Rating: 4.5 Reviewer: Kay Ewbank
This book looks in detail at coupling, the degree of interdependence between software modules, and how to use coupling [ ... ]
|
Clean Craftsmanship
Author: Robert C. Martin Publisher: Addison-Wesley Date: November 2021 Pages: 416 ISBN: 978-0136915713 Print: 013691571X Kindle:B095C16LSW Audience: General Rating: 4 Reviewer: Mike James Well, I'm a clean craftsman - are you?
| More Reviews |
|