- Asynchronous Android
- Steve Liles
- 139字
- 2021-07-21 17:51:46
Summary
In this chapter, we learned that Google takes the efficiency of the Android platform very seriously. We also looked at the extraordinary lengths they go to in order to ensure a smooth user experience, evidencing the importance of building responsive applications.
We discussed the Android thread model and the measures that the platform may take to protect the user from apps that misbehave or are not sufficiently responsive.
Finally, we gained an overview of the general approach to building responsive apps through concurrency, and learned some of the issues faced by developers of concurrent software in general and Android applications in particular.
In the next chapter, we'll start to build responsive applications by applying the infamous AsyncTask
instance to execute work in the background using pools of threads, and return progress updates and results to the main thread.
- 從零構建知識圖譜:技術、方法與案例
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Apache Hive Essentials
- Julia Cookbook
- C語言程序設計
- 執(zhí)劍而舞:用代碼創(chuàng)作藝術
- Scala for Machine Learning(Second Edition)
- Hands-On Kubernetes on Windows
- Java Web從入門到精通(第2版)
- App Inventor 2 Essentials
- SpringBoot從零開始學(視頻教學版)
- Spring Boot從入門到實戰(zhàn)
- iOS Development with Xamarin Cookbook
- Java服務端研發(fā)知識圖譜
- 編譯原理學習與實踐指導