Kotlin for Java Developers. Confidently transition from Java to Kotlin through hands-on examples and idiomatic Kotlin practices - Helion

Tytuł oryginału: Kotlin for Java Developers. Confidently transition from Java to Kotlin through hands-on examples and idiomatic Kotlin practices
ISBN: 9781835884836
Format: ebook
Księgarnia: Helion
Cena książki: 99,90 zł
Książka będzie dostępna od lipca 2025
This book is a hands-on programming guide designed for developers who are fluent in Java and want to gain working knowledge of Kotlin. Whether you're maintaining Java systems or adopting Kotlin for Android, backend, or cross-platform development, this book teaches Kotlin in a way that leverages your existing understanding of Java's syntax and structure.
The book opens with the basics of Kotlin types, expressions, and control flow—mapping each feature to its Java counterpart to build fluency quickly. You'll then explore object-oriented and functional programming constructs, understand how Kotlin improves null handling, and learn when and how to apply Kotlin's concise features like extension functions, coroutines, DSLs, and smart casting.
You’ll also learn how Kotlin interoperates with Java, configure Kotlin in Maven and Gradle projects, and use modern Kotlin tooling. Later chapters cover Kotlin's use in backend and cross-platform applications, giving you a rounded understanding of how and where to apply the language effectively.
By the end of the book, you’ll be able to read and write idiomatic Kotlin, refactor Java code, and structure Kotlin projects with confidence.
Zobacz także:
- Jak zhakowa 125,00 zł, (10,00 zł -92%)
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Efekt piaskownicy. Jak szefować żeby roboty nie zabrały ci roboty 59,50 zł, (11,90 zł -80%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
Spis treści
Kotlin for Java Developers. Confidently transition from Java to Kotlin through hands-on examples and idiomatic Kotlin practices eBook -- spis treści
- 1. Introduction to Kotlin and Basic Types
- 2. Interoperability, Gradle and Maven
- 3. Null and non-nullable
- 4. Extension functions and Apply
- 5. OOP Basics
- 6. Generics
- 7. Data and Sealed Classes
- 8. Inline Functions
- 9. Lambda
- 10. Collections and Sequences
- 11. Coroutines
- 12. Synchronous and Asynchronous
- 13. Kotlin Testing
- 14. Creating a Domain Specific Language