I\'m trying to use Toast inside OnCLickListener. My code triggers the following error:
Toast
OnCLickListener
The method makeText(Context, CharSequence, int)
In this case, this refers to the instance of the anonymous subclass of View.OnClickListener. You have to refer to the this of the class where you create the anonymous class.
this
View.OnClickListener