- Learning Concurrency in Kotlin
- Miguel Angel Castiblanco Torres
- 70字
- 2021-08-05 10:46:46
Android's UI thread
As mentioned in the first chapter, Android applications have a thread that is dedicated to updating the UI and also to listening to user interactions and processing the events generated by the user – like the user clicking on a menu.
Let's review the basics of Android's UI thread to guarantee that we separate the work between the UI and background threads in the best way possible.
推薦閱讀
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- Progressive Web Apps with React
- 自制編譯器
- 微服務與事件驅動架構
- Instant Typeahead.js
- Bootstrap Essentials
- Building Cross-Platform Desktop Applications with Electron
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- C++從入門到精通(第6版)
- Android應用開發實戰(第2版)
- Node.js從入門到精通
- Python數據預處理技術與實踐
- C語言程序設計實驗指導
- Python 3.6從入門到精通(視頻教學版)
- Game Programming using Qt 5 Beginner's Guide