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

Explore popular language features, Java to Kotlin interoperability, advanced topics, and practical applications by building a variety of sample projects




Key Features



  • Understand and leverage the syntax, tools, and patterns by writing code in Kotlin


  • Explore practical topics such as Java interop, concurrency with coroutines, and functional programming


  • Discover how to use Kotlin for build targets like Android, iOS, JavaScript, and backend service



Book Description



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



Who this book is for



If you're a Kotlin developer looking to further their skills or a professional Java developer looking for better or professional resources in order to make a switch to Kotlin, this book is for you. Familiarity with Kotlin programming will assist with understanding key concepts covered in the book.

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

Explore popular language features, Java to Kotlin interoperability, advanced topics, and practical applications by building a variety of sample projects




Key Features



  • Understand and leverage the syntax, tools, and patterns by writing code in Kotlin


  • Explore practical topics such as Java interop, concurrency with coroutines, and functional programming


  • Discover how to use Kotlin for build targets like Android, iOS, JavaScript, and backend service



Book Description



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



Who this book is for



If you're a Kotlin developer looking to further their skills or a professional Java developer looking for better or professional resources in order to make a switch to Kotlin, this book is for you. Familiarity with Kotlin programming will assist with understanding key concepts covered in the book.

29.99 In Stock
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

by Nate Ebel
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

by Nate Ebel

eBook

$29.99 

Available on Compatible NOOK devices, the free NOOK App and in My Digital Library.
WANT A NOOK?  Explore Now

Related collections and offers


Overview

Explore popular language features, Java to Kotlin interoperability, advanced topics, and practical applications by building a variety of sample projects




Key Features



  • Understand and leverage the syntax, tools, and patterns by writing code in Kotlin


  • Explore practical topics such as Java interop, concurrency with coroutines, and functional programming


  • Discover how to use Kotlin for build targets like Android, iOS, JavaScript, and backend service



Book Description



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



Who this book is for



If you're a Kotlin developer looking to further their skills or a professional Java developer looking for better or professional resources in order to make a switch to Kotlin, this book is for you. Familiarity with Kotlin programming will assist with understanding key concepts covered in the book.


Product Details

ISBN-13: 9781838552367
Publisher: Packt Publishing
Publication date: 10/11/2019
Sold by: Barnes & Noble
Format: eBook
Pages: 434
File size: 7 MB

About the Author

Nate Ebel is a software developer who enjoys building great software and helping others do the same. He has worked with Android since its early days, across a variety of projects, from creative and educational apps, mapping and navigation applications, to the evolution of robotic controllers.

Nate has a passion for technology, education, and software development, and enjoys opportunities to combine the three. He enjoys being involved in the Android developer community and is an active contributor through conference speaking, blogging, and event organizing.

He is working to help himself and others dream, learn, and create in an effort to positively impact others.

Table of Contents

Table of Contents
  1. A New Challenger Approaches
  2. Programmer’s Multi-Tool: Flexible, Expressive, and Concise
  3. Understanding Programming Paradigms in Kotlin
  4. First Class Functions
  5. Modelling Real World Data
  6. Interoperability As a Design Goal
  7. Crossing Over: Working Across Java and Kotlin
  8. Controlling the Story
  9. Baby Steps: Integration Through Testing
  10. Practical Concurrency
  11. Building Your Own Tools: Domain-Specific Languages (DSLs)
  12. Fully Functional: Embracing Functional Programming
  13. Kotlin on Android
  14. Kotlin and Web Development
  15. Introducing Multiplatform Kotlin
  16. Taming the Monolith with Microservices
  17. Practical Design Patterns
From the B&N Reads Blog

Customer Reviews