android在其他线程中访问UI线程的方法
1.Activity.runOnUiThread( Runnable )
2.View.post( Runnable )
3.View.postDelayed( Runnable, long )
4.Hanlder
5.AsyncTask
发布时间: 2013-09-12 22:07:00 作者: rapoo
android在其他线程中访问UI线程的方法
1.Activity.runOnUiThread( Runnable )
2.View.post( Runnable )
3.View.postDelayed( Runnable, long )
4.Hanlder
5.AsyncTask