[Android] Only the original thread that created a view hierarchy can touch its views.

runOnUiThread(new Runnable() {

    @Override
    public void run() {

        // Stuff that updates the UI

    }
});