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
you can use View.performClick()
View.performClick()
reference