首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

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

2013-09-12 
android在其他线程中访问UI线程的方法1.Activity.runOnUiThread( Runnable ) 2.View.post( Runnable ) 3.V

android在其他线程中访问UI线程的方法
1.Activity.runOnUiThread( Runnable )
2.View.post( Runnable )
3.View.postDelayed( Runnable, long )
4.Hanlder
5.AsyncTask

热点排行