private static final int DELAY = 1000; new Handler().postDelayed(new Runnable() { @Override public void run() { // delay evensts } }, DELAY);