//if your project supports java8, you can implement with lambda function //for android new Thread(() -> { // do background stuff here runOnUiThread(()->{ // OnPostExecute stuff here }); }).start();