Programming Android with Kotlin: Achieving Structured Concurrency with Coroutines

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Developing applications for the Android mobile operating system can seem daunting, particularly if it requires learning a new programming language: Kotlin, now Android's official development language. With this practical book, Android developers will learn how to make the transition from Java to Kotlin, including how Kotlin provides a true advantage for gaining control over asynchronous computations.

Authors Pierre-Olivier Laurence, Amanda Hinchman-Dominguez, G. Blake Meike, and Mike Dunn explore implementations of the most common tasks in native Android development, and show you how Kotlin can help you solve concurrency problems. With a focus on structured concurrency, a new asynchronous programming paradigm, this book will guide you through one of Kotlin's most powerful constructs, coroutines.

  • Learn about Kotlin essentials and the Kotlin Collections Framework
  • Explore Android fundamentals: the operating system and the application container and its components
  • Learn about thread safety and how to handle concurrency
  • Write sequential, asynchronous work at a low cost
  • Examine structured concurrency with coroutines, and learn how channels make coroutines communicate
  • Learn how to use flows for asynchronous data processing
  • Understand performance considerations using Android profiling tools
  • Use performance optimizations to trim resource consumption

Author(s): Pierre-Olivier Laurence, Amanda Hinchman-Dominguez, G. Blake Meike, Mike Dunn
Edition: 1
Publisher: O'Reilly Media
Year: 2022

Language: English
Pages: 354
Tags: Android; Kotlin; Mobile Software Development