uelordi01
12/13/2017 - 9:21 AM

the callback function to use runonUIthread for android

the callback function to use runonUIthread for android

        runOnUiThread(
                new Runnable() {
                    @Override
                    public void run() {
                      //TODO put your stuffs here
                    }
                }
        );