This is my first time working with the recyclerview and I am getting some errors about android:onClick=\"addItem\" here is what I get when I try to add a line o
android:onClick=\"addItem\"
Change public void addItemInRec to public void addItem. There is no method for onClick in mainActivity.