- Learning Concurrency in Kotlin
- Miguel Angel Castiblanco Torres
- 54字
- 2021-08-05 10:46:47
Requesting in the background, updating in the UI thread
Putting these two things together, it's clear that in order to be able to implement our service call we need to have a background thread do the call to the web service, and have the UI thread update the UI once the response is processed.
推薦閱讀
- Mastering NetBeans
- Practical Internet of Things Security
- 程序員面試筆試寶典
- C# 從入門到項目實踐(超值版)
- HTML5游戲開發案例教程
- Building Cross-Platform Desktop Applications with Electron
- Python程序設計
- Java Web應用開發技術與案例教程(第2版)
- Mastering ServiceNow(Second Edition)
- 深入淺出Serverless:技術原理與應用實踐
- 數據結構案例教程(C/C++版)
- Mastering React
- 人工智能算法(卷1):基礎算法
- 物聯網系統架構設計與邊緣計算(原書第2版)
- Mastering JavaScript