Communicating with the UI Thread | Android Developers

Communicating with the UI Thread | Android Developers

瀏覽:1371
日期:2025-11-19
In the previous lesson you learned how to start a task on a thread managed by ThreadPoolExecutor. This final lesson shows you how to send data from the task to objects running on the user interface (UI) thread. This feature allows your tasks to do backgro...看更多