https://github.com/maxmacstn/easyorder-android-client
An easy food ordering app for restaurant
https://github.com/maxmacstn/easyorder-android-client
Last synced: 10 months ago
JSON representation
An easy food ordering app for restaurant
- Host: GitHub
- URL: https://github.com/maxmacstn/easyorder-android-client
- Owner: maxmacstn
- Created: 2017-10-27T09:38:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-03T05:02:56.000Z (almost 6 years ago)
- Last Synced: 2025-09-09T00:44:53.141Z (11 months ago)
- Language: Java
- Homepage:
- Size: 5.49 MB
- Stars: 49
- Watchers: 7
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EasyOrder - Android Client
An android app client application for EasyOrder project which includes Server and Dashboard

# What is EasyOrder?
This project aims to create both client and server application to help restaurant employees keep track of their order. We also provide a dashboard that can be used by employees and customers alike.
## Features
- Welcome screen for users to enter server's IP address before using it.
- Menu of the food can automatically fetch from server.
- Table view for browsing the menu and select the food.
## Developer
- [MaxMac_STN](https://github.com/maxmacstn) - Android native app developer
- [EnviableYapper0](https://github.com/EnviableYapper0) - Server Developer
- [CoregameHD](https://github.com/coregameHD) - Dashboard Developer
## Parts of project
- Android client app (this github page)
- [Server](https://github.com/EnviableYapper0/EasyOrderServer) - Store the Menu Database and manage all of the order information
- [Dashboard](https://github.com/coregameHD/EasyOrderDashboard) - Show the order data from the database and it can remove the order after food making process was done.
## Dependencies
- [SortableTableView](https://github.com/ISchwarz23/SortableTableView)
- [MaterialNumberPicker](https://github.com/KasualBusiness/MaterialNumberPicker)
- HttpClient
- Gson