android在其他线程中访问UI线程的方法

1.Activity.runOnUiThread( Runnable )
2.View.post( Runnable )
3.View.postDelayed( Runnable, long )
4.Hanlder
5.AsyncTask

posted on 2013-09-11 20:07  you Richer  阅读(121)  评论(0)    收藏  举报