I want to use existing onClick method to make my program simpler. It consists of onClick method and other method:
@Override public void onClick(View v) { s
Handler handler = new Handler( ); handler.postDelayed( new Runnable() { @Override public void run() { // call the method below } },0 );