I want to make self order restaurant. On first activity it shows all menu (total 10 menu), each menu has button "+" and "-" as counter how much menu order. In the bottom of this activity, there is a Button called "Submit". When button submit clicked, I send data via Intent to second activity.. (Like SHOPPING CART)
How can I just show what item selected only, without making 10 textview...??