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

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

原文地址:https://www.cnblogs.com/riskyer/p/3315430.html