- Asynchronous Android Programming(Second Edition)
- Helder Vasconcelos
- 80字
- 2021-07-14 10:43:13
Summary
In this chapter, we took a detailed look at the available Android runtimes, Android processes, and thread models.
We then introduced the concurrent issues that we would cope with when we try to implement robust concurrent programs.
Finally, we listed the basic concurrent building blocks available on the SDK to design concurrent programs.
In the next chapter, we'll take a look at some Android-specific low-level building blocks on which the other concurrency mechanisms are built: Handler
, Looper
, and LooperThread
.
推薦閱讀
- Visual C++程序設(shè)計學(xué)習(xí)筆記
- Redis入門指南(第3版)
- C# 2012程序設(shè)計實踐教程 (清華電腦學(xué)堂)
- Learning C++ Functional Programming
- 樂高機器人設(shè)計技巧:EV3結(jié)構(gòu)設(shè)計與編程指導(dǎo)
- PhpStorm Cookbook
- Python完全自學(xué)教程
- 高級語言程序設(shè)計(C語言版):基于計算思維能力培養(yǎng)
- Visual Basic程序設(shè)計實驗指導(dǎo)(第二版)
- PySide 6/PyQt 6快速開發(fā)與實戰(zhàn)
- Mockito Essentials
- JavaScript Unit Testing
- Dart:Scalable Application Development
- Android開發(fā)進階實戰(zhàn):拓展與提升
- Python人工智能項目實戰(zhàn)