Thread, Hander implementation for Android
new Handler().post(new Runnable() { @Override public void run() { // Code here will run in UI thread } });