What is the correct signature for a method used with the android:onClick XML attribute?
(Choose
1
answer)
A. public void callMethod()
B. public void callMethod(View view)
C. private void callMethod(View view)
D. public boolean callMethod(View view)
Ext 30