Android Non-UI to UI Thread Communications (Part 1 of 5) - Intertech Blog
Jim White talks about Android's Non-UI to UI thread communications in his first part of his series. ... So the non-UI thread doesn’t actually update the UI (the TextView widget). It sends a message via the runOnUiThread() call to the UI event queue....