I am making a simple app which saves the products to database. But I dont want user to enter the all product data all the time. I want user to define max 5 products to make the saving them easier. I want to save the product size, color, price with sharedpreferences. But when I try to save the new product, old one is being deleted.
Is there a way to save 5 different sp?