- Добавил: Igor1977
- Дата: 22-05-2022, 13:14
- Комментариев: 0

Название: Kotlin Coroutines by Tutorials (3rd Edition)
Автор: Filip Babić, Luka Kordić & Nishant Srivastava
Издательство: Razeware LLC
Год: 2022
Формат: pdf
Страниц: 287
Размер: 24 mb
Язык: Английский
Android is inherently asynchronous and event-driven, with strict requirements as to on which thread certain things can happen. Learn how to use Kotlin coroutines to solve common Android programming problems using asynchronous programming techniques!
The importance of concurrency is discovered quite early on by people who start with Android development. Android is inherently asynchronous and event-driven, with strict requirements as to on which thread certain things can happen.