赞
踩
Additionally, the Andoid UI toolkit is not thread-safe. So, you must not manipulate your UI from a worker thread—you must do all manipulation to your user interface from the UI thread. Thus, there are simply two rules to Android's single thread model:
UI组件不是线程安全的,所以不应该在worker线程操纵UI。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。