android-shoppingcart
android-shoppingcart copied to clipboard
Store cart in array, and then...
Is there a way to store the existing shopping cart items in an array or variable, clear the actual shopping cart, and then place those items stored in the array/variable, back in the cart after clicking a button? Maybe via the use of a session variable?