I\'m trying to generate a group of buttons programatically and make them clickable in a fragment. However, I get:
error: cannot find symbol method OnClickListene
replace this line :
tag.OnClickListener(this);
with :
tag.setOnClickListener(this);