- Learning Concurrency in Kotlin
- Miguel Angel Castiblanco Torres
- 96字
- 2021-08-05 10:46:46
Coroutines in Action
It's time to start coding. In this chapter, we will go through the process of enabling support for coroutines in an Android project using Android Studio, and we will use coroutines to solve a common scenario for mobile apps: calling a REST service and displaying some of the response without blocking the UI thread.
Topics that will be covered in this chapter include:
- Android Studio configuration for Kotlin and projects using coroutines
- Android's UI thread
- REST calls in a background thread using coroutines
- Coroutine builders async() and launch()
- Introduction to coroutine dispatchers
推薦閱讀
- INSTANT Mock Testing with PowerMock
- C語言最佳實踐
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- Xamarin.Forms Projects
- 基于Swift語言的iOS App 商業實戰教程
- Jupyter數據科學實戰
- 利用Python進行數據分析(原書第3版)
- Python數據結構與算法(視頻教學版)
- Swift語言實戰精講
- Getting Started with LLVM Core Libraries
- Java面向對象程序設計
- Mastering Backbone.js
- Android開發三劍客:UML、模式與測試
- Node學習指南(第2版)
- Building Serverless Web Applications