19 lines
1014 B
Markdown
19 lines
1014 B
Markdown
# 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](app/src/main/java/com/example/domaci_rad_1/MainActivity.java) — handles the order form UI and logic.
|
|
- [CompleteOrder.java](app/src/main/java/com/example/domaci_rad_1/CompleteOrder.java) — displays the success message and additional details after the order is submitted.
|
|
|
|
### Layouts
|
|
- [activity_main.xml](app/src/main/res/layout/activity_main.xml) — layout for the main activity (order form).
|
|
- [activity_complete_order.xml](app/src/main/res/layout/activity_main.xml) — layout for the success screen. |