lalitkumar110301
Lurker
I am a very beginner in android development. So as a beginning project i was trying to make an coffee order layout with some buttons. After writing the logic when i am trying to run the app, it is crashing.
I have shared the screenshot of my java file and design below
increaseQuantity() is an onclick operation set on the button to increase the amount by one.
decreaseQuantity() is set to decrease the quantity by one.
submitOrder() is set on Order Now button that just shows a toast about final order summary.
Please help me to fix this issue.
I have shared the screenshot of my java file and design below
increaseQuantity() is an onclick operation set on the button to increase the amount by one.
decreaseQuantity() is set to decrease the quantity by one.
submitOrder() is set on Order Now button that just shows a toast about final order summary.
Please help me to fix this issue.