- 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.
推薦閱讀
- FuelPHP Application Development Blueprints
- 在最好的年紀學Python:小學生趣味編程
- PostgreSQL for Data Architects
- Machine Learning with R Cookbook(Second Edition)
- Java程序設計與計算思維
- JavaScript by Example
- Building Minecraft Server Modifications
- Linux命令行與shell腳本編程大全(第4版)
- Mastering Apache Storm
- Swift語言實戰晉級
- Visual Basic語言程序設計基礎(第3版)
- Groovy 2 Cookbook
- Mastering OpenStack
- PHP Microservices
- Web開發新體驗