Pizza app
This is a school homework project. It is created for educational purposes only and is not intended for commercial use.
This application contains two activities: one with an order form, and another that displays a success message along with additional information.
| activity_main.xml | activity_complete.xml |
|---|---|
![]() |
![]() |
📁 Main Files
Scripts
- MainActivity.java — handles the order form UI and logic.
- CompleteOrder.java — displays the success message and additional details after the order is submitted.
Layouts
- activity_main.xml — layout for the main activity (order form).
- activity_complete_order.xml — layout for the success screen.
Description
Languages
Java
100%

