Following this tutorial I saw that at the end in the MainActivity.java there is an array that I understand but dont know what a single + sign does at the end
String Slecteditem= itemname[+position];
I remove the + and I think it works the same way, but not sure if there is a purpose that I cant see.