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

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

你可能感兴趣的:(android在其他线程中访问UI线程的方法)