Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ridwansharkar/android-cafe
Café Mobile Ordering System
https://github.com/ridwansharkar/android-cafe
android-app androidstudio java mvc singleton
Last synced: about 2 months ago
JSON representation
Café Mobile Ordering System
- Host: GitHub
- URL: https://github.com/ridwansharkar/android-cafe
- Owner: RidwanSharkar
- Created: 2024-05-13T03:54:44.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-08-20T18:43:30.000Z (5 months ago)
- Last Synced: 2024-08-21T04:02:29.083Z (5 months ago)
- Topics: android-app, androidstudio, java, mvc, singleton
- Language: Java
- Homepage:
- Size: 20.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
________________________________________________________________________________________________________________
**Café Mobile Ordering App (Android)**
________________________________________________________________________________________________________________**Overview:**
The Android Café app is intended to be a template for any Café or Restaurant, which may offer a selection of menu items, e.g. sandwiches, donuts, and coffee.
• Staff can manage orders in real-time, while Customers can personalize their orders with various options, including different flavors and add-ins.
• The app dynamically calculates and displays subtotals, taxes, and total costs as orders are assembled, implementing a Singleton Design Pattern to ensure consistent shopping cart information across android activities.
• Orders can be placed and stored and exported for later review.
________________________________________________________________________________________________________________
Employs object-oriented design principles (OOP), Singleton Design Pattern, and Model, View, and Controller components (MVC Architecture).
• Models encompass the business logic and data structures of any menu item, which can be further subcategorized and utilize Inheritence and Polymorphism for consistency across varieties.
• Views consist of JavaFX for the graphical user interface and FXML for defining the layouts.
• Controllers consist of activity classes that manage user interactions and application logic (onClick & event handlers).
________________________________________________________________________________________________________________**Usage & Specs: **
Download and install on any compatible Android device
Pixel 2 API 28
Android 9.0 | x86
Java & Android Studio