Android Update UI From Child Thread Example Leave a Comment / Android Tutorial / February 14, 2018 February 14, 2018 / Android ThreadAndriod UI is not thread safe. So you should update android UI in activity main thread, otherwise it will throw an exception. But there are also method to update android UI from child thread. This example will show you how to do that.