The question has been asked in many forms and for many times here and here; But I want to confirm one thing and my questions is very simple: Does android:onClick
use Java reflection?
Since Java reflection slows down the performance as explained here, I would never like to code in inefficient manner.
I just want a simple answer: yes (only if you are sure about that) or no?
EDIT:
There are many answers on SO conflicting the understanding:
For example, See this one and this one. Both have accepted answers and both are saying two different things. (thats only why I posted the question.)