mrvalentin / Apps-shop

A coursework as part of the Programming 2 course in Kingston university. The app is analogy of Play store with the difference that it stores only apps made by 1 company.
1 stars 2 forks source link

Shopping Cart #9

Closed robtot closed 9 years ago

robtot commented 9 years ago

the user must be able to purchase multiple apps at once like in a shopping cart

robtot commented 9 years ago

should I make a shopping cart class? It would work similarly to container in that you can add app to shopping cart and when user proceeds to buy, we will have a list of all apps in shopping cart and various methods to figure out total amount to pay etc.