Strefa marek
Kotlin Coroutines. Deep Dive 2nd ed

EAN:

9788396395832

Wydawnictwo:

Rok wydania:

2024

Oprawa:

broszurowa

Format:

232x159 mm

Strony:

464

Cena sugerowana brutto:

65.00zł

Stawka vat:

5%

Nowość

Kotlin coroutines have revolutionized JVM development, especially on Android and the backend, as they let us easily implement efficient and reliable multithreading. Their cutting-edge design and features are ideally suited to modern use cases. In this book, we will explore how Kotlin coroutines work and how we can use them to improve our applications using both the built-in support and the kotlinx.coroutines library.

This is a practical book. It shows everything with examples and focuses on real-life use cases. As this technology is already widely used on Android and backend applications, we will see how we can use it there and what the best practices are.

WHO IS THIS BOOK FOR?

This book is for Kotlin developers who want to understand Kotlin Coroutines and learn to use them in real-life projects in accordance with best practices. The book focuses on backend and Android use cases, but it also presents knowledge that can be used on other platforms.

WHAT IS COVERED?

The book is divided into the following parts:

Part 1: Understanding Kotlin Coroutines - dedicated to explaining what Kotlin Coroutines are and how they really work.

Part 2: Kotlin Coroutines library - explaining the most important concepts from the kotlinx.coroutines library and how to use them well.

Part 3: Channel and Flow - focused on Channel and Flow from the kotlinx.coroutines library.

This book is based on a workshop I conduct. During its iterations I have been able to observe what interested attendees and what did not. These are the elements that are most often mentioned by attendees, so I mainly focus on the following:

How do coroutines really work? (Part 1)

How to use coroutines in practice? (Part 2 and 3)

What are the best practices? (Part 2 and 3)

Testing Kotlin coroutines (Testing Kotlin Coroutines in Part 2)

What is Flow and how does it work? (Part 3)