当前位置: 代码迷 >> Android >> android在其余线程中访问UI线程的方法
  详细解决方案

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

热度:36   发布时间:2016-04-28 08:10:10.0
android在其他线程中访问UI线程的方法
1.Activity.runOnUiThread( Runnable )
2.View.post( Runnable )
3.View.postDelayed( Runnable, long )
4.Hanlder
5.AsyncTask
  相关解决方案