2013年6月7日 星期五

android runOnUiThread() is good~

ref: http://lak4cyut.blogspot.tw/2011/03/android-tip-activityrunonuithread.html


this.mView.getController().getApp().runOnUiThread(new Runnable(){
public void run(){
mTopTextZone.requestLayout();
}
});

沒有留言:

張貼留言