Babic F. Kotlin Coroutines by Tutorials 3ed 2022

Download Download Torrent Opens in your torrent client (e.g. qBittorrent)
Category Other
Size0.03 kB
Added1 year ago (2025-03-10 23:38:07)
Health
Dead0/1
Info Hash299AABCFBCE5245E8B00DE59826DF0B669A913CE
Peers Updated42 minutes ago (2026-03-24 08:42:01)

Report Torrent

0 / 300

Description


Textbook in PDF format

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.
Add to this the often-cumbersome Java callback interfaces, and you will be trapped in spaghetti code pretty quickly (aptly termed as “Callback Hell”). No matter how many coding patterns you use to avoid that, you will have to encounter the state change across multiple threads in one way or the other.
The only way to create a responsive app is by leaving the UI thread as free as possible, letting all the hard work be done asynchronously by background threads.
Kotlin Coroutines by Tutorials will teach you the techniques you need to solve common programming problems using asynchronous programming

×