I'm working on app that has 3 activities:
- one has a list of items,
- the second has the details of the item (price, quantity, name) and add to cart button,
- the third has a list of items including the price, quantity and total price.
My question is: how can I send the value to the 3rd activity and keep updating the list every time I click on "add to cart" button without launching the activity, since the only way to launch it through activity 2 by pressing on "cart" button.