Pretty much what the title says.
I have a checkbox which, when checking, places the string in general privileges, and when unchecked should delete the same string.
I wanted to use editor.remove, but it asks for a key, not a string value, and I cannot understand it ... id will be: "recept" + (fav_popis.getInt("brojanje", 0) + 1) but it doesnβt works between the lines that are later used to create a list!
editor.putInt("brojanje", fav_popis.getInt("brojanje", 0) + 1); editor.putString("recept" + (fav_popis.getInt("brojanje", 0) + 1), s_product);
any help appreciated.
Thanks!
Dadi source share