Mastering Kotlin: Learn advanced Kotlin programming techniques to build apps for Android, iOS, and the web

Mastering Kotlin: Learn advanced Kotlin programming techniques to build apps for Android, iOS, and the web

English | 2019 | ISBN: 434 | 978-1838555726 Pages | PDF, EPUB | 31 MB

Explore popular language features, Java to Kotlin interoperability, advanced topics, and practical applications by building a variety of sample projects
Using Kotlin without taking advantage of its power and interoperability is like owning a sports car and never taking it out of the garage. While documentation and introductory resources can help you learn the basics of Kotlin, the fact that it’s a new language means that there are limited learning resources and code bases available in comparison to Java and other established languages.
This Kotlin book will show you how to leverage software designs and concepts that have made Java the most dominant enterprise programming language. You’ll understand how Kotlin is a modern approach to object-oriented programming (OOP). This book will take you through the vast array of features that Kotlin provides over other languages. These features include seamless interoperability with Java, efficient syntax, built-in functional programming constructs, and support for creating your own DSL. Finally, you will gain an understanding of implementing practical design patterns and best practices to help you master the Kotlin language.
By the end of the book, you’ll have obtained an advanced understanding of Kotlin in order to be able to build production-grade applications.
What you will learn

  • Model data using interfaces, classes, and data classes
  • Grapple with practical interoperability challenges and solutions with Java
  • Build parallel apps using concurrency solutions such as coroutines
  • Explore functional, reactive, and imperative programming to build flexible apps
  • Discover how to build your own domain-specific language
  • Embrace functional programming using the standard library and Arrow
  • Delve into the use of Kotlin for frontend JavaScript development
  • Build server-side services using Kotlin and Ktor
Homepage