I have two GridViews, in two separate fragments in my application. I would like to be able to 'add' items via tap from one GridView (already populated) into my empty grid view. How would I go about doing this?
ex. Shopping Cart, adding items from Products GridView into Inventory GridView