What\'s the difference between Activity.runOnUiThread and View.post, could someone, please, explain?
Activity.runOnUiThread
View.post
Another difference between Activity.runOnUiThread and view.post() is that the runnable in view.post() is called after the view is attached to a window.